diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-11-05 12:20:55 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-05 12:20:55 -0800 |
commit | 6331adb9c4ec36c70dc3ecc6eb46b7dddb36952d (patch) | |
tree | bccdcf6aa03ce9c52be6c27e2630ab8dd54786b1 | |
parent | a1a846a19e854a3b3baff8f55c039846880a2635 (diff) | |
download | git-6331adb9c4ec36c70dc3ecc6eb46b7dddb36952d.tar.gz git-6331adb9c4ec36c70dc3ecc6eb46b7dddb36952d.tar.xz |
Update draft release notes to 1.6.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes-1.6.1.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/RelNotes-1.6.1.txt b/Documentation/RelNotes-1.6.1.txt index 6f84c0c2f..d0e30e95d 100644 --- a/Documentation/RelNotes-1.6.1.txt +++ b/Documentation/RelNotes-1.6.1.txt @@ -183,8 +183,13 @@ on. * Git class defined in "Git.pm" can be subclasses a bit more easily. -* We used to link GNU regex library as a compatibility layer for some platforms, - but it turns out it is not necessary on most of them. +* We used to link GNU regex library as a compatibility layer for some + platforms, but it turns out it is not necessary on most of them. + +* Some path handling routines used fixed number of buffers used alternately + but depending on the call depth, this arrangement led to hard to track + bugs. This issue is being addressed. + Fixes since v1.6.0 ------------------ @@ -217,6 +222,6 @@ release, unless otherwise noted. -- exec >/var/tmp/1 -O=v1.6.0.3-610-g94dc4b8 +O=v1.6.0.3-639-ga1a846a echo O=$(git describe master) git shortlog --no-merges $O..master ^maint |