]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.39-rc1 v2.39.0-rc1
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Nov 2022 02:00:35 +0000 (11:00 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Nov 2022 02:00:35 +0000 (11:00 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.39.0.txt
GIT-VERSION-GEN

index fde4925381aa58fd973f575e10f72ddf969b724d..bb649e4f61b5cb9fc70aac20e6b93b0cb9939782 100644 (file)
@@ -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
 -----------------
index 5127f181b0fd01f05a8e9d0aaec88c2f7445da7b..551f16d769fd01d3a9b1de98a30c6c280f38106d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.39.0-rc0
+DEF_VER=v2.39.0-rc1
 
 LF='
 '