File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
Git v2.36.2 Release Notes
2
2
=========================
3
3
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.
8
14
9
15
Fixes since v2.36.1
10
16
-------------------
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.36.1
4
+ DEF_VER=v2.36.2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments