about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2004-04-14 08:08:53 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2004-04-14 08:08:53 +0000
commit37522a2dea50818af925c51bd9ca9ce1d598a815 (patch)
treeb5524baec117af6d2363792fe192cdc903ae6ba3 /ChangeLog
parentb001b095911479e32a802f099ea5d0995c02658c (diff)
downloadzsh-37522a2dea50818af925c51bd9ca9ce1d598a815.tar.gz
zsh-37522a2dea50818af925c51bd9ca9ce1d598a815.tar.xz
zsh-37522a2dea50818af925c51bd9ca9ce1d598a815.zip
19768: add clue to insecure directories warning and send errors to stderr
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71f468a08..a127b2356 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-14  Oliver Kiddle  <opk@zsh.org>
+
+	* 19768: Completion/compinit: suggest running compaudit to see
+	insecure files and directories and send errors to stderr
+
 2004-04-06  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* 19743: Test/D02glob.ztst: Test the new F glob qualifier.