Skip to content

Commit fd59c5b

Browse files
committed
Git 2.36.2
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 8f8eea8 commit fd59c5b

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Documentation/RelNotes/2.36.2.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
Git v2.36.2 Release Notes
22
=========================
33

4-
This maintenance release is primarily to merge down updates to the
5-
build and CI procedures from the 'master' front, in order to ensure
6-
that we can cut healthy maintenance releases in the future. It also
7-
contains a handful of small and trivially-correct bugfixes.
4+
This release merges up the fixes that appear in v2.30.5, v2.31.4,
5+
v2.32.3, v2.33.4, v2.34.4 and v2.35.4 to address the security
6+
issue CVE-2022-29187; see the release notes for these versions
7+
for details.
8+
9+
Apart from that, this maintenance release is primarily to merge down
10+
updates to the build and CI procedures from the 'master' front, in
11+
order to ensure that we can cut healthy maintenance releases in the
12+
future. It also contains a handful of small and trivially-correct
13+
bugfixes.
814

915
Fixes since v2.36.1
1016
-------------------

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.36.1
4+
DEF_VER=v2.36.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)