Skip to content

Commit f1a3844

Browse files
committed
Prepare for 2.47.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cc53ddf commit f1a3844

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

Documentation/RelNotes/2.47.1.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Git 2.47.1 Release Notes
2+
========================
3+
4+
This is to flush accumulated fixes since 2.47.0 on the 'master'
5+
front down to the maintenance track.
6+
7+
8+
Fixes since Git 2.47
9+
--------------------
10+
11+
* Use after free and double freeing at the end in "git log -L... -p"
12+
had been identified and fixed.
13+
14+
* On macOS, fsmonitor can fall into a race condition that results in
15+
a client waiting forever to be notified for an event that have
16+
already happened. This problem has been corrected.
17+
18+
* "git maintenance start" crashed due to an uninitialized variable
19+
reference, which has been corrected.
20+
21+
* Fail gracefully instead of crashing when attempting to write the
22+
contents of a corrupt in-core index as a tree object.
23+
24+
* A "git fetch" from the superproject going down to a submodule used
25+
a wrong remote when the default remote names are set differently
26+
between them.

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.1
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.47.1.txt

0 commit comments

Comments
 (0)