Skip to content

Commit 815c1e8

Browse files
committed
Another batch before -rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 041df69 commit 815c1e8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Documentation/RelNotes/2.39.0.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ Performance, Internal Implementation, Development Support etc.
153153
* "make coccicheck" is time consuming. It has been made to run more
154154
incrementally.
155155

156+
* `parse_object()` has been hardened to check for the existence of a
157+
suspected blob object.
158+
156159

157160
Fixes since v2.38
158161
-----------------
@@ -308,6 +311,23 @@ Fixes since v2.38
308311
* Correct an error where `git rebase` would mistakenly use a branch or
309312
tag named "refs/rewritten/xyz" when missing a rebase label.
310313

314+
* Assorted fixes of parsing end-user input as integers.
315+
(merge 14770cf0de pw/config-int-parse-fixes later to maint).
316+
317+
* "git prune" may try to iterate over .git/objects/pack for trash
318+
files to remove in it, and loudly fail when the directory is
319+
missing, which is not necessary. The command has been taught to
320+
ignore such a failure.
321+
(merge 6974765352 ew/prune-with-missing-objects-pack later to maint).
322+
323+
* Add one more candidate directory that may house httpd modules while
324+
running tests.
325+
(merge 1c7dc23d41 es/locate-httpd-module-location-in-test later to maint).
326+
327+
* A handful of leaks in the line-log machinery have been plugged.
328+
311329
* Other code cleanup, docfix, build fix, etc.
312330
(merge 413bc6d20a ds/cmd-main-reorder later to maint).
313331
(merge 8d2863e4ed nw/t1002-cleanup later to maint).
332+
(merge 7c2dc122f9 rs/list-objects-filter-leakfix later to maint).
333+
(merge 288fcb1c94 zk/push-use-bitmaps later to maint).

0 commit comments

Comments
 (0)