Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Distribution documentation changes for 4.3.16



Here are the minimal changes for 4.3.16.  I think it only remains to
change the version number in the configuration.

Index: NEWS
===================================================================
RCS file: /cvsroot/zsh/zsh/NEWS,v
retrieving revision 1.47
diff -p -u -r1.47 NEWS
--- NEWS	17 Oct 2011 17:30:48 -0000	1.47
+++ NEWS	15 Feb 2012 20:03:32 -0000
@@ -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 variable 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
 --------------------
 
Index: README
===================================================================
RCS file: /cvsroot/zsh/zsh/README,v
retrieving revision 1.74
diff -p -u -r1.74 README
--- README	17 Dec 2011 15:15:20 -0000	1.74
+++ README	15 Feb 2012 20:03:32 -0000
@@ -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
 --------------
Index: Etc/FAQ.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Etc/FAQ.yo,v
retrieving revision 1.61
diff -p -u -r1.61 FAQ.yo
--- Etc/FAQ.yo	17 Dec 2011 15:15:22 -0000	1.61
+++ Etc/FAQ.yo	15 Feb 2012 20:03:32 -0000
@@ -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.


-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



Messages sorted by: Reverse Date, Date, Thread, Author