Skip to content

Commit fc54c1a

Browse files
committed
Git 2.17.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9e84a6d commit fc54c1a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

Documentation/RelNotes/2.17.1.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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.17.0
4+
DEF_VER=v2.17.1
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.17.0.txt
1+
Documentation/RelNotes/2.17.1.txt

0 commit comments

Comments
 (0)