]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Start 2.39 cycle
authorJunio C Hamano <gitster@pobox.com>
Sat, 8 Oct 2022 00:09:21 +0000 (17:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Oct 2022 00:19:59 +0000 (17:19 -0700)
The version numbers do not mean much, but we may want to call the
first one in 2023 version 3.1 or something, but let's just increment
the second digit from the previous one for this cycle.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.39.0.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.39.0.txt b/Documentation/RelNotes/2.39.0.txt
new file mode 100644 (file)
index 0000000..3d27b72
--- /dev/null
@@ -0,0 +1,22 @@
+Git v2.39 Release Notes
+=======================
+
+Performance, Internal Implementation, Development Support etc.
+
+ * With a bit of header twiddling, use the native regexp library on
+   macOS instead of the compat/ one.
+
+ * Prepare for GNU [ef]grep that throw warning of their uses.
+
+ * Sources related to fuzz testing have been moved down to their own
+   directory.
+
+
+Fixes since v2.38
+-----------------
+
+ * The codepath that reads from the index v4 had unaligned memory
+   accesses, which has been corrected.
+   (merge 4a6ed30f96 vd/fix-unaligned-read-index-v4 later to maint).
+
+ * Other code cleanup, docfix, build fix, etc.
index a3eb6eca7abfb5d4176251f820a6680d7aa83ce9..e3eaeb49264eea1619d10dc6b17b7dbfbd42ec4b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.38.0
+DEF_VER=v2.38.GIT
 
 LF='
 '
index d505db645bec7e01446fc88472acd84b83bdf34f..758368388a4641dd46cf221bea607f885d487e84 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.38.0.txt
\ No newline at end of file
+Documentation/RelNotes/2.39.0.txt
\ No newline at end of file