From: Jonathan Nieder Date: Sun, 19 Apr 2020 23:30:27 +0000 (-0700) Subject: Git 2.23.3 X-Git-Tag: v2.23.3^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2771efd07b51edae023db95fcca39c72a0397fe;p=thirdparty%2Fgit.git Git 2.23.3 This merges up the security fix from v2.17.5. Signed-off-by: Jonathan Nieder --- f2771efd07b51edae023db95fcca39c72a0397fe diff --cc Documentation/RelNotes/2.23.3.txt index 0000000000,0000000000..2e35490137 new file mode 100644 --- /dev/null +++ b/Documentation/RelNotes/2.23.3.txt @@@ -1,0 -1,0 +1,5 @@@ ++Git v2.23.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 70721f0c11,8acd429ebd..aec2ca06d3 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@@ -1,7 -1,7 +1,7 @@@ #!/bin/sh GVF=GIT-VERSION-FILE - DEF_VER=v2.23.2 -DEF_VER=v2.22.4 ++DEF_VER=v2.23.3 LF=' ' diff --cc RelNotes index 895970ffd8,09c7750f25..b4ed548894 --- a/RelNotes +++ b/RelNotes @@@ -1,1 -1,1 +1,1 @@@ - Documentation/RelNotes/2.23.2.txt -Documentation/RelNotes/2.22.4.txt ++Documentation/RelNotes/2.23.3.txt