mirror of
https://github.com/git/git.git
synced 2024-10-30 05:47:53 +01:00
Add RelNotes 1.5.0.1
In the same spirit as commit 6fc66686
, let's keep notes as we fix
things.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
37b73cf97c
commit
bd07326dcd
1 changed files with 20 additions and 0 deletions
20
Documentation/RelNotes-1.5.0.1.txt
Normal file
20
Documentation/RelNotes-1.5.0.1.txt
Normal file
|
@ -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..
|
Loading…
Reference in a new issue