diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-07-15 15:33:11 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-07-15 15:33:11 -0700 |
| commit | ee6f71324cf4b17de43e47e490fe0d56f2b4b7df (patch) | |
| tree | 6189cec001412a78b87e524c35c4ce34f0387aea | |
| parent | Merge branch 'cc/fast-import-export-signature-names' into next (diff) | |
| parent | The tenth batch (diff) | |
| download | git-ee6f71324cf4b17de43e47e490fe0d56f2b4b7df.tar.gz git-ee6f71324cf4b17de43e47e490fe0d56f2b4b7df.zip | |
Sync with 'master'
| -rw-r--r-- | Documentation/RelNotes/2.51.0.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.51.0.adoc b/Documentation/RelNotes/2.51.0.adoc index 4eb30d26a1..ca0e39e1e8 100644 --- a/Documentation/RelNotes/2.51.0.adoc +++ b/Documentation/RelNotes/2.51.0.adoc @@ -82,6 +82,8 @@ Performance, Internal Implementation, Development Support etc. * "make coccicheck" succeeds even when spatch made suggestions, which has been updated to fail in such a case. + * Code clean-up around object access API. + Fixes since v2.50 ----------------- @@ -161,6 +163,9 @@ including security updates, are included in this release. has been corrected. (merge 2b49d97fcb rp/apply-intent-to-add-fix later to maint). + * Leakfix with a new and a bit invasive test on pack-bitmap files. + (merge bfd5522e98 ly/load-bitmap-leakfix later to maint). + * Other code cleanup, docfix, build fix, etc. (merge b257adb571 lo/my-first-ow-doc-update later to maint). (merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint). |
