Skip to content

Commit

Permalink
Add RelNotes 1.5.0.1
Browse files Browse the repository at this point in the history
In the same spirit as commit 6fc6668, let's keep notes as we fix
things.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Feb 14, 2007
1 parent 37b73cf commit bd07326
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Documentation/RelNotes-1.5.0.1.txt
Original file line number Diff line number Diff line change
@@ -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..

0 comments on commit bd07326

Please sign in to comment.