Update draft release notes for 1.5.0.1
[git/gitweb.git] / Documentation / RelNotes-1.5.0.1.txt
blob5dff2a212d95219778bbdb2875c2241b872ba089
1 GIT v1.5.0.1 Release Notes
2 ==========================
4 Fixes since v1.5.0
5 ------------------
7 * Documentation updates
9   - Clarifications and corrections to 1.5.0 release notes.
11   - The main documentation did not link to git-remote documentation.
13   - Clarified introductory text of git-rebase documentation.
15   - Converted remaining mentions of update-index on Porcelain
16     documents to git-add/git-rm.
18 * Bugfixes
20   - git-daemon marks the listening sockets with FD_CLOEXEC so
21     that it won't be leaked into the children.
23   - segfault from git-blame when the mandatory pathname
24     parameter was missing was fixed; usage() message is given
25     instead.
27 * Tweaks
29   - sliding mmap() inefficiently mmaped the same region of a
30     packfile with an access pattern that used objects in the
31     reverse order.  This has been made more efficient.
34 exec >/var/tmp/1
35 O=v1.5.0-24-g460ca30
36 echo O=`git describe maint`
37 git shortlog --no-merges $O..maint