]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Prepare for 2.47.1
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Nov 2024 05:43:30 +0000 (14:43 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Nov 2024 05:43:30 +0000 (14:43 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.47.1.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.47.1.txt b/Documentation/RelNotes/2.47.1.txt
new file mode 100644 (file)
index 0000000..6d7a4d9
--- /dev/null
@@ -0,0 +1,26 @@
+Git 2.47.1 Release Notes
+========================
+
+This is to flush accumulated fixes since 2.47.0 on the 'master'
+front down to the maintenance track.
+
+
+Fixes since Git 2.47
+--------------------
+
+ * Use after free and double freeing at the end in "git log -L... -p"
+   had been identified and fixed.
+
+ * On macOS, fsmonitor can fall into a race condition that results in
+   a client waiting forever to be notified for an event that have
+   already happened.  This problem has been corrected.
+
+ * "git maintenance start" crashed due to an uninitialized variable
+   reference, which has been corrected.
+
+ * Fail gracefully instead of crashing when attempting to write the
+   contents of a corrupt in-core index as a tree object.
+
+ * A "git fetch" from the superproject going down to a submodule used
+   a wrong remote when the default remote names are set differently
+   between them.
index b3265f7becb42292b4692cd0f72c16057abdbe48..5fcb9ded7f70f9e5435a916e8e1fbe4a55ffb704 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.47.0
+DEF_VER=v2.47.1
 
 LF='
 '
index 0104513a31630e28e529dcfb0384ac9a294fcc07..768c16d81bf58ce10d7a5f1534bdbef00aca8e4a 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.47.0.txt
\ No newline at end of file
+Documentation/RelNotes/2.47.1.txt
\ No newline at end of file