mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 02:51:01 +02:00
40066: updates for 5.3 release
This commit is contained in:
parent
f65283e1ad
commit
88752e6cee
3 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2016-12-02 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* 40066: Etc/FAQ.yo, README: updates for 5.3 release.
|
||||||
|
|
||||||
2016-12-01 Oliver Kiddle <opk@zsh.org>
|
2016-12-01 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* 40055: Completion/Unix/Command/_git: update for git 2.11.0
|
* 40055: Completion/Unix/Command/_git: update for git 2.11.0
|
||||||
|
|
|
@ -58,7 +58,7 @@ mydit(Archive-Name:) unix-faq/shell/zsh
|
||||||
mydit(Last-Modified:) 2015/05/31
|
mydit(Last-Modified:) 2015/05/31
|
||||||
mydit(Submitted-By:) email(coordinator@zsh.org (Peter Stephenson))
|
mydit(Submitted-By:) email(coordinator@zsh.org (Peter Stephenson))
|
||||||
mydit(Posting-Frequency:) Monthly
|
mydit(Posting-Frequency:) Monthly
|
||||||
mydit(Copyright:) (C) P.W. Stephenson, 1995--2015 (see end of document)
|
mydit(Copyright:) (C) P.W. Stephenson, 1995--2016 (see end of document)
|
||||||
)
|
)
|
||||||
|
|
||||||
This document contains a list of frequently-asked (or otherwise
|
This document contains a list of frequently-asked (or otherwise
|
||||||
|
@ -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.2 is the latest production version. For details of all the
|
Zsh 5.3 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
|
||||||
|
|
6
README
6
README
|
@ -5,10 +5,10 @@ THE Z SHELL (ZSH)
|
||||||
Version
|
Version
|
||||||
-------
|
-------
|
||||||
|
|
||||||
This is version 5.2 of the shell. This is a stable release. There are
|
This is version 5.3 of the shell. This is a stable release. There are
|
||||||
a few visible improvements since 5.1.1 as well as many bugfixes. Note
|
a few visible improvements since 5.2 as well as many bugfixes. Note
|
||||||
in particular the changs highlighted under "Incompatibilites
|
in particular the changs highlighted under "Incompatibilites
|
||||||
between 5.1 and 5.2" below. See NEWS for more information.
|
between 5.2 and 5.3" below. See NEWS for more information.
|
||||||
|
|
||||||
Installing Zsh
|
Installing Zsh
|
||||||
--------------
|
--------------
|
||||||
|
|
Loading…
Reference in a new issue