summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-28 22:39:57 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-28 22:39:57 (GMT)
commit0a98f9d13802880a68ce6564b9f47b1c3e3341c7 (patch)
tree1465fa12fd8127c4c76405f0fc3d1c44583365d4 /Documentation
parent03bcaacaadbb325f412e6dffec27fea6acb9321e (diff)
parent9529a2524a29c15107905f2f8f0b310a40880dc7 (diff)
downloadgit-0a98f9d13802880a68ce6564b9f47b1c3e3341c7.zip
git-0a98f9d13802880a68ce6564b9f47b1c3e3341c7.tar.gz
git-0a98f9d13802880a68ce6564b9f47b1c3e3341c7.tar.bz2
Merge branch 'maint' to synchronize with 1.5.0.6
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.5.0.6.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.0.6.txt b/Documentation/RelNotes-1.5.0.6.txt
new file mode 100644
index 0000000..e15447f
--- /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.
+