mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-28 00:31:00 +02:00
unposted: Make 5.1.1-test-1 in preparation for 5.2
This commit is contained in:
parent
e59a857b69
commit
cce4261a3c
4 changed files with 12 additions and 10 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-11-21 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* unposted: Config/version.mk, Etc/FAQ.yo, README: make
|
||||
5.1.1-test-1 in preparation for 5.2.
|
||||
|
||||
2015-11-20 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted: Doc/Zsh/mod_paramter.yo: document order of entries
|
||||
|
|
|
@ -27,5 +27,5 @@
|
|||
# This must also serve as a shell script, so do not add spaces around the
|
||||
# `=' signs.
|
||||
|
||||
VERSION=5.1.1-dev-0
|
||||
VERSION_DATE='September 11, 2015'
|
||||
VERSION=5.1.1-test-1
|
||||
VERSION_DATE='November 21, 2015'
|
||||
|
|
|
@ -306,7 +306,7 @@ sect(On what machines will it run?)
|
|||
|
||||
sect(What's the latest version?)
|
||||
|
||||
Zsh 5.1/1 is the latest production version. For details of all the
|
||||
Zsh 5.2 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
|
||||
|
|
11
README
11
README
|
@ -5,13 +5,10 @@ THE Z SHELL (ZSH)
|
|||
Version
|
||||
-------
|
||||
|
||||
This is version 5.1.1 of the shell. This is a stable release. There are
|
||||
a few visible improvements since 5.0.8 as well as many bugfixes. Note
|
||||
in particular the two changes highlighted under "Incompatibilites
|
||||
between 5.0.8 and 5.1" below. See NEWS for more information.
|
||||
|
||||
There are mostly bug fixes between 5.1 and 5.1.1; however, a few minor
|
||||
features useful in resolving problems with shell functions were added.
|
||||
This is version 5.2 of the shell. This is a stable release. There are
|
||||
a few visible improvements since 5.1.1 as well as many bugfixes. Note
|
||||
in particular the changs highlighted under "Incompatibilites
|
||||
between 5.1 and 5.2" below. See NEWS for more information.
|
||||
|
||||
Installing Zsh
|
||||
--------------
|
||||
|
|
Loading…
Reference in a new issue