We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a5765 commit 13d7ab6Copy full SHA for 13d7ab6
Documentation/RelNotes/2.31.0.txt
@@ -16,6 +16,8 @@ Backward incompatible and other important changes
16
17
* The support for deprecated PCRE1 library has been dropped.
18
19
+ * Fixes for CVE-2021-21300 in Git 2.30.2 (and earlier) is included.
20
+
21
22
UI, Workflows & Features
23
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.31.0-rc1
+DEF_VER=v2.31.0-rc2
5
6
LF='
7
'
0 commit comments