Skip to content

Commit

Permalink
Start 2.39 cycle
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
gitster committed Oct 8, 2022
1 parent 9b89c08 commit bbe21b6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions Documentation/RelNotes/2.39.0.txt
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.38.0
DEF_VER=v2.38.GIT

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit bbe21b6

Please sign in to comment.