Skip to content

Commit 9bbde12

Browse files
committed
Git 2.39.3
Signed-off-by: Taylor Blau <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1562897 commit 9bbde12

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Documentation/RelNotes/2.39.3.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
Git v2.39.3 Release Notes
22
=========================
33

4-
This release is primarily to merge fixes accumulated on the 'master'
5-
front to prepare for 2.40 release that are still relevant to 2.39.x
6-
maintenance track.
4+
This release merges up the fix that appears in v2.30.9, v2.31.8,
5+
v2.32.7, v2.33.8, v2.34.8, v2.35.8, v2.36.6, v2.37.7 and v2.38.5 to
6+
address the security issues CVE-2023-25652, CVE-2023-25815, and
7+
CVE-2023-29007; see the release notes for these versions for
8+
details.
9+
10+
This release also merges fixes that have accumulated on the 'master'
11+
front to prepare for the 2.40 release that are still relevant to
12+
2.39.x maintenance track.
713

814
Fixes since v2.39.2
915
-------------------

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.39.3-pre
4+
DEF_VER=v2.39.3
55

66
LF='
77
'

0 commit comments

Comments
 (0)