Git 2.40.4

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2024-10-30 00:17:53 +01:00
parent 08756131a3
commit 54a3711a9d
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
Git v2.40.4 Release Notes
=========================
This release lets Git refuse to accept URLs that contain control
sequences. This addresses CVE-2024-50349 and CVE-2024-52006.

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v2.40.3 DEF_VER=v2.40.4
LF=' LF='
' '

View File

@ -1 +1 @@
Documentation/RelNotes/2.40.3.txt Documentation/RelNotes/2.40.4.txt