Git 2.12.5
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 Sep 2017 05:47:41 +0000 (14:47 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Sep 2017 05:47:41 +0000 (14:47 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.12.5.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes
diff --git a/Documentation/RelNotes/2.12.5.txt b/Documentation/RelNotes/2.12.5.txt
new file mode 100644 (file)
index 0000000..8fa73cf
--- /dev/null
@@ -0,0 +1,17 @@
+Git v2.12.5 Release Notes
+=========================
+
+Fixes since v2.12.4
+-------------------
+
+ * "git cvsserver" no longer is invoked by "git daemon" by default,
+   as it is old and largely unmaintained.
+
+ * Various Perl scripts did not use safe_pipe_capture() instead of
+   backticks, leaving them susceptible to end-user input.  They have
+   been corrected.
+
+Credits go to joernchen <joernchen@phenoelit.de> for finding the
+unsafe constructs in "git cvsserver", and to Jeff King at GitHub for
+finding and fixing instances of the same issue in other scripts.
+
index b0e458e5fea07c63618347c5f75a37896de45606..5a6193ad97fa1693fc72a0b91171586a347b8c0e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.12.4
+DEF_VER=v2.12.5
 
 LF='
 '
index 478bd29b2648260743813c72b1d0a3890295e89f..6b0160b6f73035c2223d3ff840bf16db44c07be9 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.12.4.txt
\ No newline at end of file
+Documentation/RelNotes/2.12.5.txt
\ No newline at end of file