File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
189194Fixes since v1.6.0
190195------------------
@@ -217,6 +222,6 @@ release, unless otherwise noted.
217222
218223--
219224exec >/var/tmp/1
220- O=v1.6.0.3-610-g94dc4b8
225+ O=v1.6.0.3-639-ga1a846a
221226echo O=$(git describe master)
222227git shortlog --no-merges $O..master ^maint
You can’t perform that action at this time.
0 commit comments