From 25bca6c67c24ade8514352d05886e24da37dd58b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 12 Jan 2005 10:42:48 +0000 Subject: Unposted: release zsh version 4.2.2 --- README | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README') 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: -- cgit 1.4.1