summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d0e50cb)
raw | patch | inline | side by side (parent: d0e50cb)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 28 Mar 2007 20:53:00 +0000 (13:53 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 28 Mar 2007 22:28:14 +0000 (15:28 -0700) |
Documentation/RelNotes-1.5.0.6.txt | [new file with mode: 0644] | patch | blob |
GIT-VERSION-GEN | patch | blob | history | |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes-1.5.0.6.txt b/Documentation/RelNotes-1.5.0.6.txt
--- /dev/null
@@ -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 3f41a87bed47b37ba362fb3a69e378297ce4631b..6abd4cfc9845c5458b5925525847ac70dba34f2b 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/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 8877578a8a67000a682444bea1c11c372017ac29..4e145f3021676aa1dae76dee01bcf244f044a195 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-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