The tenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jul 15, 2025 at 15:17 UTC
32571a0222eb85ef265e136f27e44c302302b45c
1 file changed
+5
Documentation/RelNotes/2.51.0.adoc
+5
@@ -82,6 +82,8 @@ Performance, Internal Implementation, Development Support etc.
82
* "make coccicheck" succeeds even when spatch made suggestions, which
83
has been updated to fail in such a case.
84
85
+ * Code clean-up around object access API.
86
+
87
88
Fixes since v2.50
89
-----------------
@@ -161,6 +163,9 @@ including security updates, are included in this release.
163
has been corrected.
164
(merge 2b49d97fcb rp/apply-intent-to-add-fix later to maint).
165
166
+ * Leakfix with a new and a bit invasive test on pack-bitmap files.
167
+ (merge bfd5522e98 ly/load-bitmap-leakfix later to maint).
168
+
169
* Other code cleanup, docfix, build fix, etc.
170
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
171
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).