diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-10-10 14:22:07 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-10-10 14:22:30 -0700 |
| commit | ef8ce8f3d4344fd3af049c17eeba5cd20d98b69f (patch) | |
| tree | 3cf8d549d45be13228c91075450fbbec09c8d9be /Documentation | |
| parent | 3eb4cc451ed97123ff76e183a5be8a7dc164d1f6 (diff) | |
| download | git-ef8ce8f3d4344fd3af049c17eeba5cd20d98b69f.tar.xz | |
Start the 2.48 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/RelNotes/2.48.0.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt new file mode 100644 index 0000000000..11d02d09aa --- /dev/null +++ b/Documentation/RelNotes/2.48.0.txt @@ -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). |
