Skip to content

Commit ef8ce8f

Browse files
committed
Start the 2.48 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3eb4cc4 commit ef8ce8f

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

Documentation/RelNotes/2.48.0.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Git v2.48 Release Notes
2+
=======================
3+
4+
UI, Workflows & Features
5+
------------------------
6+
7+
Performance, Internal Implementation, Development Support etc.
8+
--------------------------------------------------------------
9+
10+
* Document "amlog" notes.
11+
(merge ddfb5bcfc6 tb/notes-amlog-doc later to maint).
12+
13+
* The way AsciiDoc is used for SYNOPSIS part of the manual pages has
14+
been revamped. The sources, at least for the simple cases, got
15+
vastly pleasant to work with.
16+
17+
* The reftable library is now prepared to expect that the memory
18+
allocation function given to it may fail to allocate and to deal
19+
with such an error.
20+
21+
22+
Fixes since v2.47
23+
-----------------
24+
25+
* Doc update to clarify how periodical maintenance are scheduled,
26+
spread across time to avoid thundering hurds.
27+
(merge 3d6ab4177d sk/doc-maintenance-schedule later to maint).
28+
29+
* Use after free and double freeing at the end in "git log -L... -p"
30+
had been identified and fixed.
31+
(merge fc5589d6c1 ds/line-log-asan-fix later to maint).
32+
33+
* Other code cleanup, docfix, build fix, etc.
34+
(merge 66893a14d0 ps/leakfixes-part-8 later to maint).
35+
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.47.0
4+
DEF_VER=v2.47.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.47.0.txt
1+
Documentation/RelNotes/2.48.0.txt

0 commit comments

Comments
 (0)