about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2003-10-08 05:39:51 +0000
committerBart Schaefer <barts@users.sourceforge.net>2003-10-08 05:39:51 +0000
commit9d119b990fcb939c121b7bddc4a33fe3cd40c697 (patch)
tree0a56ee8e638d5db38913b11dfdc28c1855618806 /ChangeLog
parentb385458079bce91d15ccab1615dd593fef2d6064 (diff)
downloadzsh-9d119b990fcb939c121b7bddc4a33fe3cd40c697.tar.gz
zsh-9d119b990fcb939c121b7bddc4a33fe3cd40c697.tar.xz
zsh-9d119b990fcb939c121b7bddc4a33fe3cd40c697.zip
users/6663: fix compaudit testing of symlinks
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e2d08eea..eccbacfa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-07  Bart Schaefer  <schaefer@zsh.org>
+
+	* users/6663: Completion/compaudit: follow symlinks when checking
+	permissions on directories in the fpath; also in case of symlinks,
+	find parent with ${^fpath:h} rather than ${^fpath}/..
+
 2003-09-10  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* users/6529 + unposted: StartupFiles/zshenv: updated the comments