From: Junio C Hamano Date: Thu, 30 May 2024 23:57:31 +0000 (-0700) Subject: Git 2.40.3 X-Git-Tag: v2.40.3^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbecc617f75eea6ee5d05823a38b91223ff22b11;p=thirdparty%2Fgit.git Git 2.40.3 Signed-off-by: Junio C Hamano --- dbecc617f75eea6ee5d05823a38b91223ff22b11 diff --cc Documentation/RelNotes/2.40.3.txt index 0000000000,0000000000..6ca088ec86 new file mode 100644 --- /dev/null +++ b/Documentation/RelNotes/2.40.3.txt @@@ -1,0 -1,0 +1,26 @@@ ++Git v2.40.3 Release Notes ++========================= ++ ++In preparing security fixes for four CVEs, we made overly aggressive ++"defense in depth" changes that broke legitimate use cases like 'git ++lfs' and 'git annex.' This release is to revert these misguided, if ++well-intentioned, changes that were shipped in 2.40.2 and were not ++direct security fixes. ++ ++Jeff King (5): ++ send-email: drop FakeTerm hack ++ send-email: avoid creating more than one Term::ReadLine object ++ ci: drop mention of BREW_INSTALL_PACKAGES variable ++ ci: avoid bare "gcc" for osx-gcc job ++ ci: stop installing "gcc-13" for osx-gcc ++ ++Johannes Schindelin (6): ++ hook: plug a new memory leak ++ init: use the correct path of the templates directory again ++ Revert "core.hooksPath: add some protection while cloning" ++ tests: verify that `clone -c core.hooksPath=/dev/null` works again ++ clone: drop the protections where hooks aren't run ++ Revert "Add a helper function to compare file contents" ++ ++Junio C Hamano (1): ++ Revert "fsck: warn about symlink pointing inside a gitdir" diff --cc GIT-VERSION-GEN index fc9c36a511,b58a5e2d30..b345e89cbe --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@@ -1,7 -1,7 +1,7 @@@ #!/bin/sh GVF=GIT-VERSION-FILE - DEF_VER=v2.40.2 -DEF_VER=v2.39.5 ++DEF_VER=v2.40.3 LF=' ' diff --cc RelNotes index 6d30158d7d,eda51229b8..afb47e28e0 --- a/RelNotes +++ b/RelNotes @@@ -1,1 -1,1 +1,1 @@@ - Documentation/RelNotes/2.40.2.txt -Documentation/RelNotes/2.39.5.txt ++Documentation/RelNotes/2.40.3.txt