Git 2.14.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Sep 22, 2017 at 14:51 UTC
4010f1d1b782eb7585e0e0abcefa794bd5ff29a0
1 file changed
+11
Documentation/RelNotes/2.14.2.txt
+11
@@ -91,4 +91,15 @@ Fixes since v2.14.1
91
* "git archive" did not work well with pathspecs and the
92
export-ignore attribute.
93
94
+ * "git cvsserver" no longer is invoked by "git daemon" by default,
95
+ as it is old and largely unmaintained.
96
+
97
+ * Various Perl scripts did not use safe_pipe_capture() instead of
98
+ backticks, leaving them susceptible to end-user input. They have
99
+ been corrected.
100
+
101
Also contains various documentation updates and code clean-ups.
102
+
103
+Credits go to joernchen <joernchen@phenoelit.de> for finding the
104
+unsafe constructs in "git cvsserver", and to Jeff King at GitHub for
105
+finding and fixing instances of the same issue in other scripts.