diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-05-22 07:28:26 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-22 07:28:26 +0200 |
commit | fc54c1af3ec09bab8b8ea09768c2da4069b7f53e (patch) | |
tree | ccbd5bc7c0d981e19c6355ce6bd81e1e7630eab9 | |
parent | Merge branch 'jk/submodule-fsck-loose' into maint (diff) | |
download | git-fc54c1af3ec09bab8b8ea09768c2da4069b7f53e.tar.xz git-fc54c1af3ec09bab8b8ea09768c2da4069b7f53e.zip |
Git 2.17.1v2.17.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.17.1.txt | 16 | ||||
-rwxr-xr-x | GIT-VERSION-GEN | 2 | ||||
l--------- | RelNotes | 2 |
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 0000000000..e01384fe8e --- /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 1b4624c876..4baa413c74 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=' ' @@ -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 |