提交 27dea468 编写于 作者: J Junio C Hamano

Git 2.10.5

Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 dca89d4e
Git v2.10.5 Release Notes
=========================
Fixes since v2.10.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.
#!/bin/sh
GVF=GIT-VERSION-FILE
DEF_VER=v2.10.4
DEF_VER=v2.10.5
LF='
'
......
Documentation/RelNotes/2.10.4.txt
\ No newline at end of file
Documentation/RelNotes/2.10.5.txt
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册