From: Junio C Hamano Date: Wed, 28 Mar 2007 20:53:00 +0000 (-0700) Subject: GIT 1.5.0.6 X-Git-Tag: v1.5.0.6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d7c3410b45c9e99a40110b7ffe86cec354093ee7;p=git.git GIT 1.5.0.6 --- diff --git a/Documentation/RelNotes-1.5.0.6.txt b/Documentation/RelNotes-1.5.0.6.txt new file mode 100644 index 000000000..e15447ffd --- /dev/null +++ b/Documentation/RelNotes-1.5.0.6.txt @@ -0,0 +1,22 @@ +GIT v1.5.0.6 Release Notes +========================== + +Fixes since v1.5.0.5 +-------------------- + +* Bugfixes + + - a handful small fixes to gitweb. + + - build procedure for user-manual is fixed not to require locally + installed stylesheets. + + - "git commit $paths" on paths whose earlier contents were + already updated in the index were failing out. + +* Documentation + + - user-manual has better cross references. + + - gitweb installation/deployment procedure is now documented. + diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 3f41a87be..6abd4cfc9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.0.5.GIT +DEF_VER=v1.5.0.6.GIT LF=' ' diff --git a/RelNotes b/RelNotes index 8877578a8..4e145f302 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes-1.5.0.5.txt \ No newline at end of file +Documentation/RelNotes-1.5.0.6.txt \ No newline at end of file