1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-26 18:06:05 +02:00

30231, 30232: updates for 4.3.16

This commit is contained in:
Peter Stephenson 2012-02-15 20:41:41 +00:00
parent 1fe821a8a1
commit c80d7a63ca
4 changed files with 19 additions and 4 deletions

View File

@ -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 $
*****************************************************

View File

@ -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.

10
NEWS
View File

@ -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
--------------------

4
README
View File

@ -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
--------------