about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-02-15 20:41:41 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-02-15 20:41:41 +0000
commitc80d7a63cabf7e9d81929c9e824113bf603ad255 (patch)
tree5de5be6b60d01f8f0e04d165f58fe4aba7378ac1 /NEWS
parent1fe821a8a12b209ee4a1f7034750043a803b6818 (diff)
downloadzsh-c80d7a63cabf7e9d81929c9e824113bf603ad255.tar.gz
zsh-c80d7a63cabf7e9d81929c9e824113bf603ad255.tar.xz
zsh-c80d7a63cabf7e9d81929c9e824113bf603ad255.zip
30231, 30232: updates for 4.3.16
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 148912703..629836466 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,16 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
+Changes since 4.3.15
+--------------------
+
+The option HASH_EXECUTABLES_ONLY has been added.  When this is set,
+directories in the command path will be checked for executables before
+they are added to the command table (hash); otherwise, all files in the
+directory are added.  The effect of this option was present in 4.3.15,
+which could cause significant delays when hashing on systems with
+network directories in the path.
+
 Changes since 4.3.12
 --------------------