diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-12-16 18:39:55 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-12-16 18:39:55 +0000 |
commit | 2908d73f6cc464d0e0c71745686b06f3f97d7542 (patch) | |
tree | 2556e6312f065c5952ff5a124e486ba79c7a16e3 /README | |
parent | 4982fad0fc1bc782f1e75b9c637576e790fcacd3 (diff) | |
download | zsh-2908d73f6cc464d0e0c71745686b06f3f97d7542.tar.gz zsh-2908d73f6cc464d0e0c71745686b06f3f97d7542.tar.xz zsh-2908d73f6cc464d0e0c71745686b06f3f97d7542.zip |
unposted: update for 5.0.0-test-1
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/README b/README index 7542f8d35..4c127f26a 100644 --- a/README +++ b/README @@ -5,11 +5,8 @@ THE Z SHELL (ZSH) Version ------- -This is version 5.0.0 of the shell. This is a stable release. -There have been only incremental changes since the last development -version, 4.3.17. The new major version number represents the -substantial changes since the 4.2 stable release series. The -changes are detailed in the file NEWS. +This is version 5.0.1 of the shell. This is a stable release. +There are minor new features as well as bug fixes since 5.0.0. Installing Zsh -------------- @@ -56,9 +53,9 @@ with native zsh emulation options and run with those same options. This is now the recommended way of ensuring a function is loaded and run with a consistent set of options. -Note that the `autoload -z' has never affected the options applied when -the function is loaded or run, only the effect of the KSH_AUTOLOAD -option at the point the function is loaded. +Note that the command `autoload -z' has never affected the options +applied when the function is loaded or run, only the effect of the +KSH_AUTOLOAD option at the point the function is loaded. Possible incompatibilities between 4.2 and 5.0 ---------------------------------------------- |