about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-09-25 19:12:34 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-09-25 19:12:34 +0100
commit691a7e4b3d106bbc899bacbce20d1be9865b6598 (patch)
tree6537b8de9c8714f44505eab46b152d792ca2b06c /ChangeLog
parentd9a059eb3af9f538d84e63aabe90e5321971dc07 (diff)
downloadzsh-691a7e4b3d106bbc899bacbce20d1be9865b6598.tar.gz
zsh-691a7e4b3d106bbc899bacbce20d1be9865b6598.tar.xz
zsh-691a7e4b3d106bbc899bacbce20d1be9865b6598.zip
users/19143: fix depth glob search with trailing slashes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f63bb8a12..a3e72e3e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-25  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* users/19143: Src/glob.c: **/*(odonT) didn't work because
+	the trailing slash wasn't properly ignored.
+
 2014-09-25  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* unposted: NEWS: tweak last change.