mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-21 10:28:05 +02:00
unposted: Release 5.8.1
This commit is contained in:
parent
27cd809383
commit
1a490c7050
4 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2022-02-12 dana <dana@dana.is>
|
||||||
|
|
||||||
|
* unposted: Config/version.mk, Etc/FAQ.yo, README: Update
|
||||||
|
for 5.8.1
|
||||||
|
|
||||||
2022-01-27 dana <dana@dana.is>
|
2022-01-27 dana <dana@dana.is>
|
||||||
|
|
||||||
* Jun-ichi Takimoto: unposted: Src/input.c: add 'static' to
|
* Jun-ichi Takimoto: unposted: Src/input.c: add 'static' to
|
||||||
|
|
|
@ -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
|
VERSION=5.8.1
|
||||||
VERSION_DATE='February 14, 2020'
|
VERSION_DATE='February 12, 2022'
|
||||||
|
|
|
@ -308,7 +308,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
5
README
|
@ -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
|
||||||
--------------
|
--------------
|
||||||
|
|
Loading…
Reference in a new issue