diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-08-07 08:12:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-08-07 08:48:57 -0700 |
commit | 2c2ba49d55ff26c1082b8137b1ec5eeccb4337d1 (patch) | |
tree | 70b2f1abd0da45dd3014d60642865d5c67141317 /Documentation/RelNotes | |
parent | 45dea789b0d7852a0dafbd14e3cdf7e518c4d0a3 (diff) |
Git 2.51-rc1HEADv2.51.0-rc1origin/masterorigin/HEADmaster
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/2.51.0.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.51.0.adoc b/Documentation/RelNotes/2.51.0.adoc index e2cd673f43..a73ea3e808 100644 --- a/Documentation/RelNotes/2.51.0.adoc +++ b/Documentation/RelNotes/2.51.0.adoc @@ -297,6 +297,10 @@ including security updates, are included in this release. before. (merge 5ed8c5b465 kj/renamed-submodule later to maint). + * The deflate codepath in "git archive --format=zip" had a + longstanding bug coming from misuse of zlib API, which has been + corrected. + * 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). @@ -333,3 +337,5 @@ including security updates, are included in this release. (merge 3bdd897413 ms/meson-with-ancient-git-wo-ls-files-dedup later to maint). (merge cca758d324 kh/doc-fast-import-historical later to maint). (merge 9b0781196a jc/test-hashmap-is-still-here later to maint). + (merge 1bad05bacc jk/revert-squelch-compiler-warning later to maint). + (merge 3a7e783d9c dl/squelch-maybe-uninitialized later to maint). |