diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-01-03 18:21:42 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-01-03 18:21:42 +0000 |
commit | a6be223ee29433f2a77505599331fc02bc1f9342 (patch) | |
tree | fefc536ea1cd800571ee0c6fb255a5dc46061f59 | |
parent | ef2eaf1f787370356159bfb402a057d88b934ceb (diff) | |
download | zsh-a6be223ee29433f2a77505599331fc02bc1f9342.tar.gz zsh-a6be223ee29433f2a77505599331fc02bc1f9342.tar.xz zsh-a6be223ee29433f2a77505599331fc02bc1f9342.zip |
unposted: update source documentation for 5.0.5
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Etc/FAQ.yo | 2 | ||||
-rw-r--r-- | README | 5 |
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index beb5536f2..d1bc1b582 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-03 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: README, Etc/FAQ.yo: update source documentation for + 5.0.5. + 2014-01-02 Peter Stephenson <p.w.stephenson@ntlworld.com> * Danek Duvall: 32216: Completion/Solaris/Command/_svcadm, diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index ce24c7cd8..bd8ca977d 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -301,7 +301,7 @@ sect(On what machines will it run?) sect(What's the latest version?) - Zsh 5.0.4 is the latest production version. For details of all the + Zsh 5.0.5 is the latest production version. For details of all the changes, see the NEWS file in the source distribution. A beta of the next version is sometimes available. Development of zsh is diff --git a/README b/README index 0aad589a2..363c1aa13 100644 --- a/README +++ b/README @@ -5,9 +5,10 @@ THE Z SHELL (ZSH) Version ------- -This is version 5.0.4 of the shell. This is a stable release. +This is version 5.0.5 of the shell. This is a stable release. There are minor new features as well as bug fixes since 5.0.2. -5.0.3 was a short-lived release with most of the features of 5.0.4. +5.0.3 and 5.0.4 were short-lived releases with most of the features of +5.0.5 that were replaced owing to significant bugs. Installing Zsh -------------- |