1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-27 06:22:20 +02:00

unposted: update README for "test" change

This commit is contained in:
Peter Stephenson 2004-10-05 13:14:14 +00:00
parent 46141be5f9
commit 869dc5a771
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2004-10-05 Peter Stephenson <pws@csr.com>
* unposted: Update README to indicate 20412.
* 20435: Src/pattern.c: fix crash in negative matching. Could do
with being streamlined but that might be a big change.

14
README
View File

@ -5,7 +5,7 @@ THE Z SHELL (ZSH)
Version
-------
This is zsh version 4.2.1. This is a stable release.
This is development code based on zsh version 4.2.1.
Installing Zsh
--------------
@ -27,6 +27,18 @@ Possible incompatibilities
Currently the only known incompatibilities between 4.2.0 and later
versions are minor:
Since 4.2.1:
The "test" and "[" builtins now behave more like relevant Unix standards
suggest they should. Previously they were a simple front-end to the same
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.
From 4.2.0 to 4.2.1:
IPv6 addresses must be specified in square brackets in the zftp module and
the function system built on top of the zftp module.