summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--README11
4 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ff60c8fa5..a3c4089bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/Config/version.mk b/Config/version.mk
index 590fc1e89..04ca29afc 100644
--- a/Config/version.mk
+++ b/Config/version.mk
@@ -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'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index c91fce18d..00726418b 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -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.
diff --git a/README b/README
index 7292eaf38..1bfe8ee84 100644
--- a/README
+++ b/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: