OSDN Git Service

GIT 1.5.0.6 v1.5.0.6
authorJunio C Hamano <junkio@cox.net>
Wed, 28 Mar 2007 20:53:00 +0000 (13:53 -0700)
committerJunio 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]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes-1.5.0.6.txt b/Documentation/RelNotes-1.5.0.6.txt
new file mode 100644 (file)
index 0000000..e15447f
--- /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.
+
index 3f41a87..6abd4cf 100755 (executable)
@@ -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='
 '
index 8877578..4e145f3 120000 (symlink)
--- 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