about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2005-06-21 08:58:43 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2005-06-21 08:58:43 +0000
commit6245d3e32fec771a9ccc67f533b868c34fd25c03 (patch)
tree7675433ff393426f7d46000c5258758a0cedd29a /ChangeLog
parent37738519483c8c5ae6a93a9177c273e1fd8dabc6 (diff)
downloadzsh-6245d3e32fec771a9ccc67f533b868c34fd25c03.tar.gz
zsh-6245d3e32fec771a9ccc67f533b868c34fd25c03.tar.xz
zsh-6245d3e32fec771a9ccc67f533b868c34fd25c03.zip
21317: fix bug where recursive glob within e qualifier would hang the shell
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06a4be866..e0585735f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-21  Oliver Kiddle  <opk@zsh.org>
+
+	* 21317: Src/glob.c, Test/D02glob.ztst: fix bug where recursive
+	glob within e qualifier would hang the shell
+
 2005-06-20  Bart Schaefer  <schaefer@zsh.org>
 
 	* unposted: Functions/Misc/zargs: support -I and -L as synonyms