diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
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. |