From: Junio C Hamano Date: Wed, 11 Apr 2012 19:17:17 +0000 (-0700) Subject: Kick off post 1.7.10 cycle X-Git-Url: https://git.tokkee.org/?p=git.git;a=commitdiff_plain;h=36e6c803a1ef68b8acdc4138597db4fb087112be;ds=sidebyside 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 --- diff --git a/Documentation/RelNotes/1.7.11.txt b/Documentation/RelNotes/1.7.11.txt new file mode 100644 index 000000000..a65966e11 --- /dev/null +++ b/Documentation/RelNotes/1.7.11.txt @@ -0,0 +1,29 @@ +Git v1.7.11 Release Notes +========================= + +Updates since v1.7.10 +--------------------- + +UI, Workflows & Features + + * A third-party tool "git subtree" is distributed in contrib/ + + +Foreign Interface + + +Performance + + +Internal Implementation (please report possible regressions) + + +Also contains minor documentation updates and code clean-ups. + + +Fixes since v1.7.10 +------------------- + +Unless otherwise noted, all the fixes since v1.7.10 in the maintenance +releases are contained in this release (see release notes to them for +details). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 1f55d3e90..b982e3329 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.10 +DEF_VER=v1.7.10.GIT LF=' ' diff --git a/RelNotes b/RelNotes index 2c2a16955..bcb4fb98f 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes/1.7.10.txt \ No newline at end of file +Documentation/RelNotes/1.7.11.txt \ No newline at end of file