diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-14 15:25:53 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-14 15:25:53 -0800 |
commit | 78e90f89e39b112af2670516f80586163dcd56ca (patch) | |
tree | 700de0cc6c28079dddf50c70d3c9d0afaada659e /Documentation/RelNotes-1.5.0.1.txt | |
parent | The "table-of-contents" in the update hook script should match the body (diff) | |
parent | GIT-VERSION-FILE: check ./version first. (diff) | |
download | tgif-78e90f89e39b112af2670516f80586163dcd56ca.tar.xz |
Merge branch 'maint'
* maint:
GIT-VERSION-FILE: check ./version first.
sha1_file.c: Round the mmap offset to half the window size.
Make sure packedgitwindowsize is multiple of (pagesize * 2)
Add RelNotes 1.5.0.1
Still updating 1.5.0 release notes.
git-daemon: Avoid leaking the listening sockets into child processes.
Clarify two backward incompatible repository options.
Diffstat (limited to 'Documentation/RelNotes-1.5.0.1.txt')
-rw-r--r-- | Documentation/RelNotes-1.5.0.1.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.0.1.txt b/Documentation/RelNotes-1.5.0.1.txt new file mode 100644 index 0000000000..982282a899 --- /dev/null +++ b/Documentation/RelNotes-1.5.0.1.txt @@ -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.. |