mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
unposted: update to 5.4.1
This commit is contained in:
parent
a9b579a9d3
commit
dc475bfa0e
4 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,8 @@
|
||||||
2017-08-08 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2017-08-08 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* unposted: Config/verson.mk, README, Etc/FAQ.yo: update to version
|
||||||
|
5.4.1.
|
||||||
|
|
||||||
* unposted: back off 41499 as it has side effects which, while
|
* unposted: back off 41499 as it has side effects which, while
|
||||||
perfectly logical, are not what POSIX expects.
|
perfectly logical, are not what POSIX expects.
|
||||||
|
|
||||||
|
|
|
@ -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.4-dev-0
|
VERSION=5.4.1
|
||||||
VERSION_DATE='August 8, 2017'
|
VERSION_DATE='August 8, 2017'
|
||||||
|
|
|
@ -306,7 +306,7 @@ sect(On what machines will it run?)
|
||||||
|
|
||||||
sect(What's the latest version?)
|
sect(What's the latest version?)
|
||||||
|
|
||||||
Zsh 5.4 is the latest production version. For details of all the
|
Zsh 5.4.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
|
||||||
|
|
9
README
9
README
|
@ -5,10 +5,11 @@ THE Z SHELL (ZSH)
|
||||||
Version
|
Version
|
||||||
-------
|
-------
|
||||||
|
|
||||||
This is version 5.4 of the shell. This is a stable release. There are
|
This is version 5.4,1 of the shell. This is a stable release. There
|
||||||
a few visible improvements since 5.3.1 as well as many bugfixes. Note
|
are a few visible improvements since 5.3.1, the last widely released
|
||||||
in particular the changs highlighted under "Incompatibilites
|
version, as well as many bugfixes. Note in particular the changs
|
||||||
since 5.3.1" below. See NEWS for more information.
|
highlighted under "Incompatibilites since 5.3.1" below. See NEWS for
|
||||||
|
more information.
|
||||||
|
|
||||||
Installing Zsh
|
Installing Zsh
|
||||||
--------------
|
--------------
|
||||||
|
|
Loading…
Reference in a new issue