forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information
Showing
3 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
|
||
GVF=GIT-VERSION-FILE | ||
DEF_VER=v2.47.0 | ||
DEF_VER=v2.47.GIT | ||
|
||
LF=' | ||
' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Documentation/RelNotes/2.47.0.txt | ||
Documentation/RelNotes/2.48.0.txt |