Skip to content

Commit bbe21b6

Browse files
committed
Start 2.39 cycle
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 <[email protected]>
1 parent 9b89c08 commit bbe21b6

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

Documentation/RelNotes/2.39.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Git v2.39 Release Notes
2+
=======================
3+
4+
Performance, Internal Implementation, Development Support etc.
5+
6+
* With a bit of header twiddling, use the native regexp library on
7+
macOS instead of the compat/ one.
8+
9+
* Prepare for GNU [ef]grep that throw warning of their uses.
10+
11+
* Sources related to fuzz testing have been moved down to their own
12+
directory.
13+
14+
15+
Fixes since v2.38
16+
-----------------
17+
18+
* The codepath that reads from the index v4 had unaligned memory
19+
accesses, which has been corrected.
20+
(merge 4a6ed30f96 vd/fix-unaligned-read-index-v4 later to maint).
21+
22+
* Other code cleanup, docfix, build fix, etc.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.38.0
4+
DEF_VER=v2.38.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.38.0.txt
1+
Documentation/RelNotes/2.39.0.txt

0 commit comments

Comments
 (0)