From: Jonathan Nieder Date: Sun, 19 Apr 2020 23:30:34 +0000 (-0700) Subject: Git 2.24.3 X-Git-Tag: v2.24.3^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b86a4be245d0ba077c97c6ab6b1cdbeb9dcc1342;p=thirdparty%2Fgit.git Git 2.24.3 This merges up the security fix from v2.17.5. Signed-off-by: Jonathan Nieder --- b86a4be245d0ba077c97c6ab6b1cdbeb9dcc1342 diff --cc Documentation/RelNotes/2.24.3.txt index 0000000000,0000000000..5302e0f73b new file mode 100644 --- /dev/null +++ b/Documentation/RelNotes/2.24.3.txt @@@ -1,0 -1,0 +1,5 @@@ ++Git v2.24.3 Release Notes ++========================= ++ ++This release merges the security fix that appears in v2.17.5; see ++the release notes for that version for details. diff --cc GIT-VERSION-GEN index 8480762ca5,aec2ca06d3..9e7b797dfd --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@@ -1,7 -1,7 +1,7 @@@ #!/bin/sh GVF=GIT-VERSION-FILE - DEF_VER=v2.24.2 -DEF_VER=v2.23.3 ++DEF_VER=v2.24.3 LF=' ' diff --cc RelNotes index bb01306eef,b4ed548894..0b74eb5378 --- a/RelNotes +++ b/RelNotes @@@ -1,1 -1,1 +1,1 @@@ - Documentation/RelNotes/2.24.2.txt -Documentation/RelNotes/2.23.3.txt ++Documentation/RelNotes/2.24.3.txt