aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-03-30 13:47:19 -0700
committerJunio C Hamano <gitster@pobox.com>2023-03-30 13:47:19 -0700
commit6369acd968d02899973a9a853c48029b92cea401 (patch)
treeefbbc9f258c0ae33ff5b7ca9bae40e17d3e877a8 /Documentation/RelNotes
parentd35cd54a23f8114dd6924f705cd125c71b8c1746 (diff)
downloadgit-6369acd968d02899973a9a853c48029b92cea401.tar.gz
The fifth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.41.0.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.41.0.txt b/Documentation/RelNotes/2.41.0.txt
index 8ba6951338..05b755ac39 100644
--- a/Documentation/RelNotes/2.41.0.txt
+++ b/Documentation/RelNotes/2.41.0.txt
@@ -56,6 +56,9 @@ Performance, Internal Implementation, Development Support etc.
correctly with groff, which has not been necessary since docbook
1.76 from 2010.
+ * Code clean-up to include and/or uninclude parse-options.h file as
+ needed.
+
Fixes since v2.40
-----------------
@@ -123,6 +126,16 @@ Fixes since v2.40
filesystem. Replace all calls to it with a git_time() wrapper and
(merge 370ddcbc89 pe/time-use-gettimeofday later to maint).
+ * Code clean-up to use designated initializers in parse-options API.
+ (merge 353e6d4554 sg/parse-options-h-initializers later to maint).
+
+ * A recent-ish change to allow unicode character classes to be used
+ with "grep -P" triggered a JIT bug in older pcre2 libraries.
+ The problematic change in Git built with these older libraries has
+ been disabled to work around the bug.
+ (merge 14b9a04479 mk/workaround-pcre-jit-ucp-bug later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge f7111175df as/doc-markup-fix later to maint).
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
+ (merge 9b0c7f308a jc/am-doc-refer-to-format-patch later to maint).