summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-05-22 05:28:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-05-22 05:28:26 (GMT)
commitfc54c1af3ec09bab8b8ea09768c2da4069b7f53e (patch)
treeccbd5bc7c0d981e19c6355ce6bd81e1e7630eab9
parent9e84a6d7580c3714a2c1c152d7820ccc93232a71 (diff)
downloadgit-2.17.1.zip
git-2.17.1.tar.gz
git-2.17.1.tar.bz2
Git 2.17.1v2.17.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.17.1.txt16
-rwxr-xr-xGIT-VERSION-GEN2
l---------RelNotes2
3 files changed, 18 insertions, 2 deletions
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