From d95553a6b8c5153f541adcfc3346004e8249b0e6 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 3 Apr 2016 10:11:35 -0700 Subject: [PATCH] Git 2.8.1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.8.1.txt | 9 +++++++++ Documentation/git.txt | 3 ++- GIT-VERSION-GEN | 2 +- RelNotes | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 Documentation/RelNotes/2.8.1.txt diff --git a/Documentation/RelNotes/2.8.1.txt b/Documentation/RelNotes/2.8.1.txt new file mode 100644 index 000000000..ef6d80b00 --- /dev/null +++ b/Documentation/RelNotes/2.8.1.txt @@ -0,0 +1,9 @@ +Git v2.8.1 Release Notes +======================== + +Fixes since v2.8 +---------------- + + * "make rpmbuild" target was broken as its input, git.spec.in, was + not updated to match a file it describes that has been renamed + recently. This has been fixed. diff --git a/Documentation/git.txt b/Documentation/git.txt index adc940bf7..8afe34978 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master' branch of the `git.git` repository. Documentation for older releases are available here: -* link:v2.8.0/git.html[documentation for release 2.8] +* link:v2.8.1/git.html[documentation for release 2.8.1] * release notes for + link:RelNotes/2.8.1.txt[2.8.1]. link:RelNotes/2.8.0.txt[2.8]. * link:v2.7.3/git.html[documentation for release 2.7.3] diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 4e9450b3a..46595dad2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.8.0 +DEF_VER=v2.8.1 LF=' ' diff --git a/RelNotes b/RelNotes index 7db30403c..d40c3e126 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes/2.8.0.txt \ No newline at end of file +Documentation/RelNotes/2.8.1.txt \ No newline at end of file