summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2022-06-23 10:36:14 (GMT)
committerJohannes Schindelin <johannes.schindelin@gmx.de>2022-06-23 10:40:44 (GMT)
commitfd59c5bdeeb50f18e86f36cbf7a0b82554621690 (patch)
tree2853cd151ea2b12ca2d62d7f24a5877c9e4961c0
parent8f8eea8c3aba154ce1f9eaab4fa06c73b60550dc (diff)
downloadgit-fd59c5bdeeb50f18e86f36cbf7a0b82554621690.zip
git-fd59c5bdeeb50f18e86f36cbf7a0b82554621690.tar.gz
git-fd59c5bdeeb50f18e86f36cbf7a0b82554621690.tar.bz2
Git 2.36.2v2.36.2
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-rw-r--r--Documentation/RelNotes/2.36.2.txt14
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 11 insertions, 5 deletions
diff --git a/Documentation/RelNotes/2.36.2.txt b/Documentation/RelNotes/2.36.2.txt
index ba5d5ac..958f5b4 100644
--- a/Documentation/RelNotes/2.36.2.txt
+++ b/Documentation/RelNotes/2.36.2.txt
@@ -1,10 +1,16 @@
Git v2.36.2 Release Notes
=========================
-This maintenance release is primarily to merge down updates to the
-build and CI procedures from the 'master' front, in order to ensure
-that we can cut healthy maintenance releases in the future. It also
-contains a handful of small and trivially-correct bugfixes.
+This release merges up the fixes that appear in v2.30.5, v2.31.4,
+v2.32.3, v2.33.4, v2.34.4 and v2.35.4 to address the security
+issue CVE-2022-29187; see the release notes for these versions
+for details.
+
+Apart from that, this maintenance release is primarily to merge down
+updates to the build and CI procedures from the 'master' front, in
+order to ensure that we can cut healthy maintenance releases in the
+future. It also contains a handful of small and trivially-correct
+bugfixes.
Fixes since v2.36.1
-------------------
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index c1e8552..12f26c8 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.36.1
+DEF_VER=v2.36.2
LF='
'