diff options
| author | dana <dana@dana.is> | 2019-02-03 13:27:45 -0600 |
|---|---|---|
| committer | dana <dana@dana.is> | 2019-02-03 13:27:45 -0600 |
| commit | 8b89d0d57710d044e85591aac25952f5a6ae84c7 (patch) | |
| tree | a57142157576630d68c39dacfb3f85d6910e5001 | |
| parent | 44034: _date_formats: Complete %9./%N, adjust wording (diff) | |
| download | zsh-5.7.1.tar zsh-5.7.1.tar.gz zsh-5.7.1.tar.bz2 zsh-5.7.1.tar.lz zsh-5.7.1.tar.xz zsh-5.7.1.tar.zst zsh-5.7.1.zip | |
unposted: Release 5.7.1zsh-5.7.1
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | Config/version.mk | 4 | ||||
| -rw-r--r-- | Etc/FAQ.yo | 2 | ||||
| -rw-r--r-- | README | 2 |
4 files changed, 7 insertions, 4 deletions
@@ -1,5 +1,8 @@ 2019-02-03 dana <dana@dana.is> + * unposted: Config/version.mk, Etc/FAQ.yo, README: Update for + 5.7.1 + * 44034: Completion/Unix/Type/_date_formats: Complete %9./%N, adjust some wording diff --git a/Config/version.mk b/Config/version.mk index 8f103e3c8..7d931f29b 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -27,5 +27,5 @@ # This must also serve as a shell script, so do not add spaces around the # `=' signs. -VERSION=5.7-dev-0 -VERSION_DATE='January 25, 2019' +VERSION=5.7.1 +VERSION_DATE='February 3, 2019' diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index 6c46cc09d..c4f65e97a 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -307,7 +307,7 @@ sect(On what machines will it run?) sect(What's the latest version?) - Zsh 5.7 is the latest production version. For details of all the + Zsh 5.7.1 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 @@ -5,7 +5,7 @@ THE Z SHELL (ZSH) Version ------- -This is version 5.7 of the shell. This is a stable release. There are +This is version 5.7.1 of the shell. This is a stable release. There are a few visible improvements since 5.6 as well as many bugfixes. Note in particular the changes highlighted under "Incompatibilities since |
