diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2016-12-02 19:53:13 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2016-12-02 19:53:13 +0000 |
commit | 88752e6cee735d55e3f6fc41d6dd8af35961c34c (patch) | |
tree | e1ed34f25806d161c802d3e8119ba7bc07c7be30 | |
parent | f65283e1ad8e8f2215f3f824a2d48c7bdeb22ec5 (diff) | |
download | zsh-88752e6cee735d55e3f6fc41d6dd8af35961c34c.tar.gz zsh-88752e6cee735d55e3f6fc41d6dd8af35961c34c.tar.xz zsh-88752e6cee735d55e3f6fc41d6dd8af35961c34c.zip |
40066: updates for 5.3 release
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Etc/FAQ.yo | 4 | ||||
-rw-r--r-- | README | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index 470331715..39cfb219b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-12-02 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 40066: Etc/FAQ.yo, README: updates for 5.3 release. + 2016-12-01 Oliver Kiddle <opk@zsh.org> * 40055: Completion/Unix/Command/_git: update for git 2.11.0 diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index e71dd5310..bfd2ce868 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -58,7 +58,7 @@ mydit(Archive-Name:) unix-faq/shell/zsh mydit(Last-Modified:) 2015/05/31 mydit(Submitted-By:) email(coordinator@zsh.org (Peter Stephenson)) mydit(Posting-Frequency:) Monthly -mydit(Copyright:) (C) P.W. Stephenson, 1995--2015 (see end of document) +mydit(Copyright:) (C) P.W. Stephenson, 1995--2016 (see end of document) ) This document contains a list of frequently-asked (or otherwise @@ -306,7 +306,7 @@ sect(On what machines will it run?) sect(What's the latest version?) - Zsh 5.2 is the latest production version. For details of all the + Zsh 5.3 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 eed8e4d5b..9f554de52 100644 --- a/README +++ b/README @@ -5,10 +5,10 @@ THE Z SHELL (ZSH) Version ------- -This is version 5.2 of the shell. This is a stable release. There are -a few visible improvements since 5.1.1 as well as many bugfixes. Note +This is version 5.3 of the shell. This is a stable release. There are +a few visible improvements since 5.2 as well as many bugfixes. Note in particular the changs highlighted under "Incompatibilites -between 5.1 and 5.2" below. See NEWS for more information. +between 5.2 and 5.3" below. See NEWS for more information. Installing Zsh -------------- |