Skip to content

Commit 8e9cc5f

Browse files
committed
Sync with Git 2.6.6
* maint-2.6: Git 2.6.6 Git 2.5.5 Git 2.4.11
2 parents d79db92 + e465796 commit 8e9cc5f

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

Documentation/RelNotes/2.4.11.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Git v2.4.11 Release Notes
2+
=========================
3+
4+
Fixes since v2.4.10
5+
-------------------
6+
7+
* Bugfix patches were backported from the 'master' front to plug heap
8+
corruption holes, to catch integer overflow in the computation of
9+
pathname lengths, and to get rid of the name_path API. Both of
10+
these would have resulted in writing over an under-allocated buffer
11+
when formulating pathnames while tree traversal.

Documentation/RelNotes/2.5.5.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Git v2.5.5 Release Notes
2+
========================
3+
4+
Fixes since v2.5.4
5+
------------------
6+
7+
* Bugfix patches were backported from the 'master' front to plug heap
8+
corruption holes, to catch integer overflow in the computation of
9+
pathname lengths, and to get rid of the name_path API. Both of
10+
these would have resulted in writing over an under-allocated buffer
11+
when formulating pathnames while tree traversal.

Documentation/RelNotes/2.6.6.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Git v2.6.6 Release Notes
2+
========================
3+
4+
Fixes since v2.6.5
5+
------------------
6+
7+
* Bugfix patches were backported from the 'master' front to plug heap
8+
corruption holes, to catch integer overflow in the computation of
9+
pathname lengths, and to get rid of the name_path API. Both of
10+
these would have resulted in writing over an under-allocated buffer
11+
when formulating pathnames while tree traversal.

Documentation/git.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,28 +51,31 @@ Documentation for older releases are available here:
5151
link:RelNotes/2.7.1.txt[2.7.1],
5252
link:RelNotes/2.7.0.txt[2.7].
5353

54-
* link:v2.6.5/git.html[documentation for release 2.6.5]
54+
* link:v2.6.6/git.html[documentation for release 2.6.6]
5555

5656
* release notes for
57+
link:RelNotes/2.6.6.txt[2.6.6],
5758
link:RelNotes/2.6.5.txt[2.6.5],
5859
link:RelNotes/2.6.4.txt[2.6.4],
5960
link:RelNotes/2.6.3.txt[2.6.3],
6061
link:RelNotes/2.6.2.txt[2.6.2],
6162
link:RelNotes/2.6.1.txt[2.6.1],
6263
link:RelNotes/2.6.0.txt[2.6].
6364

64-
* link:v2.5.4/git.html[documentation for release 2.5.4]
65+
* link:v2.5.5/git.html[documentation for release 2.5.5]
6566

6667
* release notes for
68+
link:RelNotes/2.5.5.txt[2.5.5],
6769
link:RelNotes/2.5.4.txt[2.5.4],
6870
link:RelNotes/2.5.3.txt[2.5.3],
6971
link:RelNotes/2.5.2.txt[2.5.2],
7072
link:RelNotes/2.5.1.txt[2.5.1],
7173
link:RelNotes/2.5.0.txt[2.5].
7274

73-
* link:v2.4.10/git.html[documentation for release 2.4.10]
75+
* link:v2.4.11/git.html[documentation for release 2.4.11]
7476

7577
* release notes for
78+
link:RelNotes/2.4.11.txt[2.4.11],
7679
link:RelNotes/2.4.10.txt[2.4.10],
7780
link:RelNotes/2.4.9.txt[2.4.9],
7881
link:RelNotes/2.4.8.txt[2.4.8],

0 commit comments

Comments
 (0)