]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.40.4 v2.40.4
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 29 Oct 2024 23:17:53 +0000 (00:17 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 26 Nov 2024 21:14:57 +0000 (22:14 +0100)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Documentation/RelNotes/2.40.4.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.40.4.txt b/Documentation/RelNotes/2.40.4.txt
new file mode 100644 (file)
index 0000000..0ff29f3
--- /dev/null
@@ -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.
index b345e89cbef0957131f1ef7c2bfd58ea32b2f062..4f4d294651afb2e02b1a4ec051281e440a9e9d6c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.40.3
+DEF_VER=v2.40.4
 
 LF='
 '
index afb47e28e0b1fe89f88f729d8edc20b14082d287..b401038a56b8f9c32b08b6d34bdd41b093563d64 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.40.3.txt
\ No newline at end of file
+Documentation/RelNotes/2.40.4.txt
\ No newline at end of file