Git 2.39-rc1v2.39.0-rc1
authorJunio C Hamano <[email protected]>
Wed, 30 Nov 2022 02:00:35 +0000 (30 11:00 +0900)
committerJunio C Hamano <[email protected]>
Wed, 30 Nov 2022 02:00:35 +0000 (30 11:00 +0900)
Signed-off-by: Junio C Hamano <[email protected]>
Documentation/RelNotes/2.39.0.txt
GIT-VERSION-GEN

index fde4925..bb649e4 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 5127f18..551f16d 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='
 '