Skip to content

Commit 13d7ab6

Browse files
committed
Git 2.31-rc2
1 parent 56a5765 commit 13d7ab6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Documentation/RelNotes/2.31.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Backward incompatible and other important changes
1616

1717
* The support for deprecated PCRE1 library has been dropped.
1818

19+
* Fixes for CVE-2021-21300 in Git 2.30.2 (and earlier) is included.
20+
1921

2022
UI, Workflows & Features
2123

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.31.0-rc1
4+
DEF_VER=v2.31.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)