Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-29 00:53:00 +0400
committerJunio C Hamano <junkio@cox.net>2007-03-29 02:28:14 +0400
commit9529a2524a29c15107905f2f8f0b310a40880dc7 (patch)
tree07e88ba0b223fbd7faf900937fe72c112703b522
parentd0e50cb4cb8e0cc8b445a9749547019efaa5703e (diff)
GIT 1.5.0.6v1.5.0.6
-rw-r--r--Documentation/RelNotes-1.5.0.6.txt22
-rwxr-xr-xGIT-VERSION-GEN2
l---------RelNotes2
3 files changed, 24 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.5.0.6.txt b/Documentation/RelNotes-1.5.0.6.txt
new file mode 100644
index 0000000000..e15447ffdb
--- /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 3f41a87bed..6abd4cfc98 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 8877578a8a..4e145f3021 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