diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Config/version.mk | 4 | ||||
-rw-r--r-- | Etc/FAQ.yo | 2 | ||||
-rw-r--r-- | README | 5 |
4 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog index 5deb9f8d9..5891d0c18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2022-02-12 dana <dana@dana.is> + * unposted: Config/version.mk, Etc/FAQ.yo, README: Update + for 5.8.1 + * Marc Cornellà: security/82 (tweaked): Functions/VCS_Info/VCS_INFO_formats: Fix typo in hook_com[base-name_orig] assignment diff --git a/Config/version.mk b/Config/version.mk index 7ecfd35ba..d397f13ba 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.8.0.2-dev -VERSION_DATE='March 19, 2020' +VERSION=5.8.1 +VERSION_DATE='February 12, 2022' diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index 235a205d3..d000f00c5 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -316,7 +316,7 @@ sect(On what machines will it run?) sect(What's the latest version?) - Zsh 5.8 is the latest production version. For details of all the + Zsh 5.8.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 diff --git a/README b/README index f493375ce..79563e451 100644 --- a/README +++ b/README @@ -5,12 +5,11 @@ THE Z SHELL (ZSH) Version ------- -This is version 5.8 of the shell. This is a security and feature release. -There are a few visible improvements since 5.7, as well as many bugfixes. +This is version 5.8.1 of the shell. This is a security and bugfix release. All zsh installations are encouraged to upgrade as soon as possible. Note in particular the changes highlighted under "Incompatibilities since -5.7.1" below. See NEWS for more information. +5.8" below. See NEWS for more information. Installing Zsh -------------- |