about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--README14
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b12a2c2b2..556769335 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
diff --git a/README b/README
index b3d564c35..7292eaf38 100644
--- a/README
+++ b/README
@@ -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.