mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
Unposted: release zsh version 4.2.2
This commit is contained in:
parent
cbd52eae53
commit
25bca6c67c
4 changed files with 16 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
|||
2005-01-12 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: Config/version.mk, README, Etc/FAQ.yo: release
|
||||
zsh version 4.2.2.
|
||||
|
||||
* unposted: Completion/Unix/Command/_perforce: minor comment
|
||||
change.
|
||||
|
||||
|
|
|
@ -27,5 +27,5 @@
|
|||
# This must also serve as a shell script, so do not add spaces around the
|
||||
# `=' signs.
|
||||
|
||||
VERSION=4.2.1-dev-1
|
||||
VERSION_DATE='August 16, 2004'
|
||||
VERSION=4.2.2
|
||||
VERSION_DATE='January 12, 2005'
|
||||
|
|
|
@ -294,7 +294,7 @@ sect(On what machines will it run?)
|
|||
|
||||
sect(What's the latest version?)
|
||||
|
||||
Zsh 4.2.1 is the latest production version.
|
||||
Zsh 4.2.2 is the latest production version.
|
||||
|
||||
There will not be any further 4.0 releases now that 4.2 has become
|
||||
the stable version.
|
||||
|
|
11
README
11
README
|
@ -5,7 +5,7 @@ THE Z SHELL (ZSH)
|
|||
Version
|
||||
-------
|
||||
|
||||
This is development code based on zsh version 4.2.1.
|
||||
This is zsh version 4.2.2. This is a stable version.
|
||||
|
||||
Installing Zsh
|
||||
--------------
|
||||
|
@ -36,6 +36,15 @@ tests used by zsh's "[[" syntax. (The documentation was previously cagey
|
|||
about what "test" and "[" actually did.) "[[" has always been the
|
||||
recommended way of implementing tests within zsh.
|
||||
|
||||
In recent versions of zsh, typing the end-of-file (EOF) character
|
||||
(typically ^D, although this can be altered with the "stty" command)
|
||||
repeatedly in the line editor printed a warning message, but never exited the
|
||||
shell. This was a departure from the traditional behaviour of zsh and
|
||||
other shells where the shell would exit after 10 EOFs. The traditional
|
||||
behaviour has been restored. Also, binding a user-defined editor command
|
||||
to the EOF character now suppresses the EOF behaviour inside the line
|
||||
editor; it is possible to emulate it if desired.
|
||||
|
||||
|
||||
From 4.2.0 to 4.2.1:
|
||||
|
||||
|
|
Loading…
Reference in a new issue