From: Junio C Hamano Date: Wed, 30 Nov 2022 02:00:35 +0000 (+0900) Subject: Git 2.39-rc1 X-Git-Tag: v2.39.0-rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7452749a781d84244ecd08c6f6ca7e5df67dfce8;p=thirdparty%2Fgit.git Git 2.39-rc1 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.39.0.txt b/Documentation/RelNotes/2.39.0.txt index fde4925381..bb649e4f61 100644 --- a/Documentation/RelNotes/2.39.0.txt +++ b/Documentation/RelNotes/2.39.0.txt @@ -156,6 +156,10 @@ Performance, Internal Implementation, Development Support etc. * `parse_object()` has been hardened to check for the existence of a suspected blob object. + * Adjust the documentation build procedure to GNUmake version 4.4, + which made some changes to how pattern rule with multiple targets + are handled. + Fixes since v2.38 ----------------- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 5127f181b0..551f16d769 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.39.0-rc0 +DEF_VER=v2.39.0-rc1 LF=' '