Skip to content

Commit 5597cfd

Browse files
committed
The seventeenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0004d97 commit 5597cfd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ Performance, Internal Implementation, Development Support etc.
131131

132132
* strtok() and strtok_r() are banned in this codebase.
133133

134+
* The detect-compilers script to help auto-tweaking the build system
135+
had trouble working with compilers whose version number has extra
136+
suffixes. The script has been taught that certain suffixes (like
137+
"-win32" in "gcc 10-win32") can be safely stripped as they share
138+
the same features and bugs with the version without the suffix.
139+
134140

135141
Fixes since v2.40
136142
-----------------
@@ -284,6 +290,14 @@ Fixes since v2.40
284290
* A small API fix to the ort merge strategy backend.
285291
(merge 000c4ceca7 en/ort-finalize-after-0-merges-fix later to maint).
286292

293+
* The commit object parser has been taught to be a bit more lenient
294+
to parse timestamps on the author/committer line with a malformed
295+
author/committer ident.
296+
(merge 90ef0f14eb jk/parse-commit-with-malformed-ident later to maint).
297+
298+
* Retitle a test script with an overly narrow name.
299+
(merge 8bb19c14fb ob/t3501-retitle later to maint).
300+
287301
* Other code cleanup, docfix, build fix, etc.
288302
(merge f7111175df as/doc-markup-fix later to maint).
289303
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
@@ -300,3 +314,5 @@ Fixes since v2.40
300314
(merge 4833b08426 ow/ref-format-remove-unused-member later to maint).
301315
(merge d0ea2ca1cf dw/doc-submittingpatches-grammofix later to maint).
302316
(merge fd72637423 ar/t2024-checkout-output-fix later to maint).
317+
(merge d45cbe3fe0 ob/sequencer-i18n-fix later to maint).
318+
(merge b734fe49fd ob/messages-capitalize-exception later to maint).

0 commit comments

Comments
 (0)