Skip to content

Commit 36e6c80

Browse files
committed
Kick off post 1.7.10 cycle
I tentatively named the release notes "1.7.11" but this may have to be renamed to "1.8" or some other name later. Let's see how well we would do during this cycle. Signed-off-by: Junio C Hamano <[email protected]>
1 parent cc999a3 commit 36e6c80

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

Documentation/RelNotes/1.7.11.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Git v1.7.11 Release Notes
2+
=========================
3+
4+
Updates since v1.7.10
5+
---------------------
6+
7+
UI, Workflows & Features
8+
9+
* A third-party tool "git subtree" is distributed in contrib/
10+
11+
12+
Foreign Interface
13+
14+
15+
Performance
16+
17+
18+
Internal Implementation (please report possible regressions)
19+
20+
21+
Also contains minor documentation updates and code clean-ups.
22+
23+
24+
Fixes since v1.7.10
25+
-------------------
26+
27+
Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
28+
releases are contained in this release (see release notes to them for
29+
details).

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=v1.7.10
4+
DEF_VER=v1.7.10.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/1.7.10.txt
1+
Documentation/RelNotes/1.7.11.txt

0 commit comments

Comments
 (0)