about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2017-07-29 23:03:16 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2017-07-29 23:03:16 +0100
commit32ca9222af5ee7d170f0b7f7cb67b03c973c2e98 (patch)
treea7b66b915a275f5f05361289254589f8108e439b /README
parentf183ed66c85f26670c5e148e952a6cb3f9a73cfd (diff)
downloadzsh-32ca9222af5ee7d170f0b7f7cb67b03c973c2e98.tar.gz
zsh-32ca9222af5ee7d170f0b7f7cb67b03c973c2e98.tar.xz
zsh-32ca9222af5ee7d170f0b7f7cb67b03c973c2e98.zip
unposted: update distribution docs for 5.4 release.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 30023dad9..52c930ee5 100644
--- a/README
+++ b/README
@@ -5,10 +5,10 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.3.1 of the shell.  This is a stable release.  There are
-a few visible improvements since 5.2 as well as many bugfixes.  Note
+This is version 5.4 of the shell.  This is a stable release.  There are
+a few visible improvements since 5.3.1 as well as many bugfixes.  Note
 in particular the changs highlighted under "Incompatibilites
-between 5.2 and 5.3.1" below.  See NEWS for more information.
+since 5.3.1" below.  See NEWS for more information.
 
 Installing Zsh
 --------------
@@ -74,8 +74,8 @@ to undo the escaping with:
 
 This is also needed if $vcs_info_msg_0_ is used to set $psvar.
 
-4) functions executed by ZLE widgets no longer have they standard input
-closed, but is now redirected from /dev/null instead. That still guards
+4) functions executed by ZLE widgets no longer have their standard input
+closed, but redirected from /dev/null instead. That still guards
 against user defined widgets inadvertently reading from the tty device,
 and addresses the antisocial behaviour of running a command with its
 stdin closed.