Skip to content

Commit f27a003

Browse files
committed
Autogenerated HTML docs for v2.48.1-268-g9520f
1 parent de41b6c commit f27a003

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RelNotes/2.49.0.txt

+10
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Performance, Internal Implementation, Development Support etc.
3131
$GIT_DIR/branches/ and $GIT_DIR/remotes/ directories to configure
3232
remotes.
3333

34+
* The code paths to interact with zlib has been cleaned up in
35+
preparation for building with zlib-ng.
36+
3437

3538
Fixes since v2.48
3639
-----------------
@@ -126,6 +129,12 @@ Fixes since v2.48
126129
* Fix bugs in an earlier attempt to fix "git refs migration".
127130
(merge f11f0a5a2d kn/reflog-migration-fix-fix later to maint).
128131

132+
* The code path used when "git fetch" fetches from a bundle file
133+
closed the same file descriptor twice, which sometimes broke things
134+
unexpectedly when the file descriptor was reused, which has been
135+
corrected.
136+
(merge 9a84794ad8 js/bundle-unbundle-fd-reuse-fix later to maint).
137+
129138
* Other code cleanup, docfix, build fix, etc.
130139
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
131140
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
@@ -138,3 +147,4 @@ Fixes since v2.48
138147
(merge 77b2d29e91 ja/doc-notes-markup-updates later to maint).
139148
(merge 6979bf6f8f jk/combine-diff-cleanup later to maint).
140149
(merge 8705c9bd13 kn/pack-write-with-reduced-globals later to maint).
150+
(merge 087740d65a ps/leakfixes-0129 later to maint).

0 commit comments

Comments
 (0)