1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-27 02:16:22 +02:00

unposted: Release 5.8.1

(cherry picked from commit 1a490c7050)
This commit is contained in:
dana 2022-02-12 06:41:26 -06:00
parent 2b66ed35b0
commit e10c75d524
4 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,8 @@
2022-02-12 dana <dana@dana.is> 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): * Marc Cornellà: security/82 (tweaked):
Functions/VCS_Info/VCS_INFO_formats: Fix typo in Functions/VCS_Info/VCS_INFO_formats: Fix typo in
hook_com[base-name_orig] assignment hook_com[base-name_orig] assignment

View File

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the # This must also serve as a shell script, so do not add spaces around the
# `=' signs. # `=' signs.
VERSION=5.8.0.2-dev VERSION=5.8.1
VERSION_DATE='March 19, 2020' VERSION_DATE='February 12, 2022'

View File

@ -316,7 +316,7 @@ sect(On what machines will it run?)
sect(What's the latest version?) 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. changes, see the NEWS file in the source distribution.
A beta of the next version is sometimes available. Development of zsh is A beta of the next version is sometimes available. Development of zsh is

5
README
View File

@ -5,12 +5,11 @@ THE Z SHELL (ZSH)
Version Version
------- -------
This is version 5.8 of the shell. This is a security and feature release. This is version 5.8.1 of the shell. This is a security and bugfix release.
There are a few visible improvements since 5.7, as well as many bugfixes.
All zsh installations are encouraged to upgrade as soon as possible. All zsh installations are encouraged to upgrade as soon as possible.
Note in particular the changes highlighted under "Incompatibilities since 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 Installing Zsh
-------------- --------------