summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--NEWS10
-rw-r--r--README4
4 files changed, 19 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2522c614c..692060910 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-15 Peter Stephenson <p.w.stephenson@ntlworld.com>
+
+ * 30231 plus Mikael's change in 30232: NEWS, README, Etc/FAQ.yo:
+ updates for 4.3.16.
+
2012-02-14 Oliver Kiddle <opk@zsh.org>
* 30198: Completion/Unix/Command/_sudo, Doc/Zsh/compsys.yo:
@@ -15985,5 +15990,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5586 $
+* $Revision: 1.5587 $
*****************************************************
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 8db9b6d0c..4036e8d1e 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -302,7 +302,7 @@ sect(On what machines will it run?)
sect(What's the latest version?)
Zsh 4.2.7 is the latest production version. The latest development
- version is 4.3.15; this contains support for multibyte character strings
+ version is 4.3.16; this contains support for multibyte character strings
(such as UTF-8 locales). All the main features for multibyte
support are now in place and this is likely soon to become the
stable series 5.0.
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
--------------------
diff --git a/README b/README
index 0c050d8e8..8b7c91134 100644
--- a/README
+++ b/README
@@ -5,11 +5,11 @@ THE Z SHELL (ZSH)
Version
-------
-This is version 4.3.15 of the shell. This is a development release,
+This is version 4.3.16 of the shell. This is a development release,
but is believed to be reasonably stable. Sites where the users need to
edit command lines with multibyte characters (in particular UTF-8)
will probably want to upgrade. The previous widely released version
-of the shell was 4.3.14.
+of the shell was 4.3.15.
Installing Zsh
--------------