summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 37b73cf)
raw | patch | inline | side by side (parent: 37b73cf)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 14 Feb 2007 19:01:41 +0000 (11:01 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 14 Feb 2007 19:05:11 +0000 (11:05 -0800) |
In the same spirit as commit 6fc66686, let's keep notes as we fix
things.
Signed-off-by: Junio C Hamano <junkio@cox.net>
things.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/RelNotes-1.5.0.1.txt | [new file with mode: 0644] | patch | blob |
diff --git a/Documentation/RelNotes-1.5.0.1.txt b/Documentation/RelNotes-1.5.0.1.txt
--- /dev/null
@@ -0,0 +1,20 @@
+GIT v1.5.0.1 Release Notes
+==========================
+
+Fixes since v1.5.0
+------------------
+
+* Documentation updates
+
+ - Clarifications and corrections to 1.5.0 release notes.
+ - The main documentation did not link to git-remote documentation.
+
+* Bugfixes
+
+ - git-daemon marks the listening sockets with FD_CLOEXEC so
+ that it won't be leaked into the children.
+
+--
+O=v1.5.0-7-g37b73cf
+echo O=`git describe maint`
+git shortlog --no-merges $O..