Skip to content

Commit 2c2ba49

Browse files
committed
Git 2.51-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 45dea78 commit 2c2ba49

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Documentation/RelNotes/2.51.0.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ including security updates, are included in this release.
297297
before.
298298
(merge 5ed8c5b465 kj/renamed-submodule later to maint).
299299

300+
* The deflate codepath in "git archive --format=zip" had a
301+
longstanding bug coming from misuse of zlib API, which has been
302+
corrected.
303+
300304
* Other code cleanup, docfix, build fix, etc.
301305
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
302306
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
@@ -333,3 +337,5 @@ including security updates, are included in this release.
333337
(merge 3bdd897413 ms/meson-with-ancient-git-wo-ls-files-dedup later to maint).
334338
(merge cca758d324 kh/doc-fast-import-historical later to maint).
335339
(merge 9b0781196a jc/test-hashmap-is-still-here later to maint).
340+
(merge 1bad05bacc jk/revert-squelch-compiler-warning later to maint).
341+
(merge 3a7e783d9c dl/squelch-maybe-uninitialized later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEF_VER=v2.50.GIT
3+
DEF_VER=v2.51.0-rc1
44

55
LF='
66
'

0 commit comments

Comments
 (0)