From fc54c1af3ec09bab8b8ea09768c2da4069b7f53e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 22 May 2018 14:28:26 +0900 Subject: Git 2.17.1 Signed-off-by: Junio C Hamano diff --git a/Documentation/RelNotes/2.17.1.txt b/Documentation/RelNotes/2.17.1.txt new file mode 100644 index 0000000..e01384f --- /dev/null +++ b/Documentation/RelNotes/2.17.1.txt @@ -0,0 +1,16 @@ +Git v2.17.1 Release Notes +========================= + +Fixes since v2.17 +----------------- + + * This release contains the same fixes made in the v2.13.7 version of + Git, covering CVE-2018-11233 and 11235, and forward-ported to + v2.14.4, v2.15.2 and v2.16.4 releases. See release notes to + v2.13.7 for details. + + * In addition to the above fixes, this release has support on the + server side to reject pushes to repositories that attempt to create + such problematic .gitmodules file etc. as tracked contents, to help + hosting sites protect their customers by preventing malicious + contents from spreading. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 1b4624c..4baa413 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.17.0 +DEF_VER=v2.17.1 LF=' ' diff --git a/RelNotes b/RelNotes index 7a6dc06..cde891d 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes/2.17.0.txt \ No newline at end of file +Documentation/RelNotes/2.17.1.txt \ No newline at end of file -- cgit v0.10.2-6-g49f6