Skip to content

Commit 5699ec1

Browse files
committed
Ninth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4da14b5 commit 5699ec1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Documentation/RelNotes/2.37.0.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ UI, Workflows & Features
5252
instead of ejecting them into loose form to be reclaimed later, has
5353
been introduced.
5454

55+
* Update the doctype written in gitweb output to xhtml5.
56+
5557

5658
Performance, Internal Implementation, Development Support etc.
5759

@@ -80,6 +82,13 @@ Performance, Internal Implementation, Development Support etc.
8082
* Plug the memory leaks from the trickiest API of all, the revision
8183
walker.
8284

85+
* Rename .env_array member to .env in the child_process structure.
86+
87+
* More fsmonitor--daemon.
88+
89+
* A new bug() and BUG_if_bug() API is introduced to make it easier to
90+
uniformly log "detect multiple bugs and abort in the end" pattern.
91+
8392

8493
Fixes since v2.36
8594
-----------------
@@ -244,6 +253,15 @@ Fixes since v2.36
244253
has been corrected.
245254
(merge b02fdbc80a jc/all-negative-pathspec later to maint).
246255

256+
* With a more targetted workaround in http.c in another topic, we may
257+
be able to lift this blanket "GCC12 dangling-pointer warning is
258+
broken and unsalvageable" workaround.
259+
(merge 419141e495 cb/buggy-gcc-12-workaround later to maint).
260+
261+
* A misconfigured 'branch..remote' led to a bug in configuration
262+
parsing.
263+
(merge f1dfbd9ee0 gc/zero-length-branch-config-fix later to maint).
264+
247265
* Other code cleanup, docfix, build fix, etc.
248266
(merge e6b2582da3 cm/reftable-0-length-memset later to maint).
249267
(merge 0b75e5bf22 ab/misc-cleanup later to maint).

0 commit comments

Comments
 (0)