diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-02-06 14:24:26 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-02-06 14:56:45 -0800 |
| commit | 9520f7d9985d8879bddd157309928fc0679c8e92 (patch) | |
| tree | f1dd85cf3caa8195c1a702452e0dc12d336edc0f | |
| parent | 5f338eae76ea739954517292b8b057d1b6187926 (diff) | |
| download | git-9520f7d9985d8879bddd157309928fc0679c8e92.tar.gz | |
The eighth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.49.0.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.49.0.txt b/Documentation/RelNotes/2.49.0.txt index 72984fea5d..7a893e6ff9 100644 --- a/Documentation/RelNotes/2.49.0.txt +++ b/Documentation/RelNotes/2.49.0.txt @@ -31,6 +31,9 @@ Performance, Internal Implementation, Development Support etc. $GIT_DIR/branches/ and $GIT_DIR/remotes/ directories to configure remotes. + * The code paths to interact with zlib has been cleaned up in + preparation for building with zlib-ng. + Fixes since v2.48 ----------------- @@ -126,6 +129,12 @@ Fixes since v2.48 * Fix bugs in an earlier attempt to fix "git refs migration". (merge f11f0a5a2d kn/reflog-migration-fix-fix later to maint). + * The code path used when "git fetch" fetches from a bundle file + closed the same file descriptor twice, which sometimes broke things + unexpectedly when the file descriptor was reused, which has been + corrected. + (merge 9a84794ad8 js/bundle-unbundle-fd-reuse-fix later to maint). + * Other code cleanup, docfix, build fix, etc. (merge ddb5287894 jk/t7407-use-test-grep later to maint). (merge 21e1b44865 aj/difftool-config-doc-fix later to maint). @@ -138,3 +147,4 @@ Fixes since v2.48 (merge 77b2d29e91 ja/doc-notes-markup-updates later to maint). (merge 6979bf6f8f jk/combine-diff-cleanup later to maint). (merge 8705c9bd13 kn/pack-write-with-reduced-globals later to maint). + (merge 087740d65a ps/leakfixes-0129 later to maint). |
