mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
unposted: Release 5.3.1
This commit is contained in:
parent
5a98e318b0
commit
06b1b7a37a
5 changed files with 16 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2016-12-21 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* unposted: Config/version.mk, Etc/FAQ.yo, NEWS, README:
|
||||||
|
release 5.3.1:
|
||||||
|
|
||||||
2016-12-18 Baptiste Daroussin <bapt@FreeBSD.org>
|
2016-12-18 Baptiste Daroussin <bapt@FreeBSD.org>
|
||||||
|
|
||||||
* 40210: Completion/Unix/Command/_sysctl: Add support modern
|
* 40210: Completion/Unix/Command/_sysctl: Add support modern
|
||||||
|
|
|
@ -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.3-dev-0
|
VERSION=5.3.1
|
||||||
VERSION_DATE='December 12, 2016'
|
VERSION_DATE='December 21, 2016'
|
||||||
|
|
|
@ -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.3 is the latest production version. For details of all the
|
Zsh 5.3.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
|
||||||
|
|
6
NEWS
6
NEWS
|
@ -4,8 +4,10 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
|
||||||
|
|
||||||
Note also the list of incompatibilities in the README file.
|
Note also the list of incompatibilities in the README file.
|
||||||
|
|
||||||
Changes from 5.2 to 5.3
|
Changes from 5.2 to 5.3.1
|
||||||
-----------------------
|
-------------------------
|
||||||
|
|
||||||
|
There are only minor compatibility fixes between 5.3 and 5.3.1.
|
||||||
|
|
||||||
It is possible to enable character width support for Unicode 9 by
|
It is possible to enable character width support for Unicode 9 by
|
||||||
configuring with `--enable-unicode9'; this compiles in some additional
|
configuring with `--enable-unicode9'; this compiles in some additional
|
||||||
|
|
8
README
8
README
|
@ -5,10 +5,10 @@ THE Z SHELL (ZSH)
|
||||||
Version
|
Version
|
||||||
-------
|
-------
|
||||||
|
|
||||||
This is version 5.3 of the shell. This is a stable release. There are
|
This is version 5.3.1 of the shell. This is a stable release. There are
|
||||||
a few visible improvements since 5.2 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.2 and 5.3" below. See NEWS for more information.
|
between 5.2 and 5.3.1" below. See NEWS for more information.
|
||||||
|
|
||||||
Installing Zsh
|
Installing Zsh
|
||||||
--------------
|
--------------
|
||||||
|
@ -29,8 +29,8 @@ Zsh is a shell with lots of features. For a list of some of these, see the
|
||||||
file FEATURES, and for the latest changes see NEWS. For more
|
file FEATURES, and for the latest changes see NEWS. For more
|
||||||
details, see the documentation.
|
details, see the documentation.
|
||||||
|
|
||||||
Incompatibilities between 5.2 and 5.3
|
Incompatibilities between 5.2 and 5.3.1
|
||||||
-------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
1) In character classes delimited by "[" and "]" within patterns, whether
|
1) In character classes delimited by "[" and "]" within patterns, whether
|
||||||
used for filename generation (globbing) or other forms of pattern
|
used for filename generation (globbing) or other forms of pattern
|
||||||
|
|
Loading…
Reference in a new issue