Skip to content

Commit 6331adb

Browse files
committed
Update draft release notes to 1.6.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a1a846a commit 6331adb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Documentation/RelNotes-1.6.1.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,13 @@ on.
183183

184184
* Git class defined in "Git.pm" can be subclasses a bit more easily.
185185

186-
* We used to link GNU regex library as a compatibility layer for some platforms,
187-
but it turns out it is not necessary on most of them.
186+
* We used to link GNU regex library as a compatibility layer for some
187+
platforms, but it turns out it is not necessary on most of them.
188+
189+
* Some path handling routines used fixed number of buffers used alternately
190+
but depending on the call depth, this arrangement led to hard to track
191+
bugs. This issue is being addressed.
192+
188193

189194
Fixes since v1.6.0
190195
------------------
@@ -217,6 +222,6 @@ release, unless otherwise noted.
217222

218223
--
219224
exec >/var/tmp/1
220-
O=v1.6.0.3-610-g94dc4b8
225+
O=v1.6.0.3-639-ga1a846a
221226
echo O=$(git describe master)
222227
git shortlog --no-merges $O..master ^maint

0 commit comments

Comments
 (0)