]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Start the 2.48 cycle
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 Oct 2024 21:22:07 +0000 (14:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Oct 2024 21:22:30 +0000 (14:22 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.48.0.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt
new file mode 100644 (file)
index 0000000..11d02d0
--- /dev/null
@@ -0,0 +1,35 @@
+Git v2.48 Release Notes
+=======================
+
+UI, Workflows & Features
+------------------------
+
+Performance, Internal Implementation, Development Support etc.
+--------------------------------------------------------------
+
+ * Document "amlog" notes.
+   (merge ddfb5bcfc6 tb/notes-amlog-doc later to maint).
+
+ * The way AsciiDoc is used for SYNOPSIS part of the manual pages has
+   been revamped.  The sources, at least for the simple cases, got
+   vastly pleasant to work with.
+
+ * The reftable library is now prepared to expect that the memory
+   allocation function given to it may fail to allocate and to deal
+   with such an error.
+
+
+Fixes since v2.47
+-----------------
+
+ * Doc update to clarify how periodical maintenance are scheduled,
+   spread across time to avoid thundering hurds.
+   (merge 3d6ab4177d sk/doc-maintenance-schedule later to maint).
+
+ * Use after free and double freeing at the end in "git log -L... -p"
+   had been identified and fixed.
+   (merge fc5589d6c1 ds/line-log-asan-fix later to maint).
+
+ * Other code cleanup, docfix, build fix, etc.
+   (merge 66893a14d0 ps/leakfixes-part-8 later to maint).
+   (merge 1164e270b5 jk/output-prefix-cleanup later to maint).
index b3265f7becb42292b4692cd0f72c16057abdbe48..78e8631f677bbebe8f18d83191f0fd014465563e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.47.0
+DEF_VER=v2.47.GIT
 
 LF='
 '
index 0104513a31630e28e529dcfb0384ac9a294fcc07..061d69928369ba98adc5dda270b90f44694f62fd 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.47.0.txt
\ No newline at end of file
+Documentation/RelNotes/2.48.0.txt
\ No newline at end of file