Git 2.17.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
May 22, 2018 at 14:28 UTC
fc54c1af3ec09bab8b8ea09768c2da4069b7f53e
3 files changed
+18
-2
Documentation/RelNotes/2.17.1.txt
new
+16
@@ -0,0 +1,16 @@
1
+Git v2.17.1 Release Notes
2
+=========================
3
+
4
+Fixes since v2.17
5
+-----------------
6
+
7
+ * This release contains the same fixes made in the v2.13.7 version of
8
+ Git, covering CVE-2018-11233 and 11235, and forward-ported to
9
+ v2.14.4, v2.15.2 and v2.16.4 releases. See release notes to
10
+ v2.13.7 for details.
11
+
12
+ * In addition to the above fixes, this release has support on the
13
+ server side to reject pushes to repositories that attempt to create
14
+ such problematic .gitmodules file etc. as tracked contents, to help
15
+ hosting sites protect their customers by preventing malicious
16
+ contents from spreading.
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.17.0
4
+DEF_VER=v2.17.1
5
6
LF='
7
'
RelNotes
+1
-1
@@ -1 +1 @@
1
-Documentation/RelNotes/2.17.0.txt
\ No newline at end of file
1
+Documentation/RelNotes/2.17.1.txt
\ No newline at end of file