Skip to content

Commit 06b1b7a

Browse files
unposted: Release 5.3.1
1 parent 5a98e31 commit 06b1b7a

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2016-12-21 Peter Stephenson <[email protected]>
2+
3+
* unposted: Config/version.mk, Etc/FAQ.yo, NEWS, README:
4+
release 5.3.1:
5+
16
2016-12-18 Baptiste Daroussin <[email protected]>
27

38
* 40210: Completion/Unix/Command/_sysctl: Add support modern

Config/version.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
# This must also serve as a shell script, so do not add spaces around the
2828
# `=' signs.
2929

30-
VERSION=5.3-dev-0
31-
VERSION_DATE='December 12, 2016'
30+
VERSION=5.3.1
31+
VERSION_DATE='December 21, 2016'

Etc/FAQ.yo

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ sect(On what machines will it run?)
306306

307307
sect(What's the latest version?)
308308

309-
Zsh 5.3 is the latest production version. For details of all the
309+
Zsh 5.3.1 is the latest production version. For details of all the
310310
changes, see the NEWS file in the source distribution.
311311

312312
A beta of the next version is sometimes available. Development of zsh is

NEWS

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
44

55
Note also the list of incompatibilities in the README file.
66

7-
Changes from 5.2 to 5.3
8-
-----------------------
7+
Changes from 5.2 to 5.3.1
8+
-------------------------
9+
10+
There are only minor compatibility fixes between 5.3 and 5.3.1.
911

1012
It is possible to enable character width support for Unicode 9 by
1113
configuring with `--enable-unicode9'; this compiles in some additional

README

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ THE Z SHELL (ZSH)
55
Version
66
-------
77

8-
This is version 5.3 of the shell. This is a stable release. There are
8+
This is version 5.3.1 of the shell. This is a stable release. There are
99
a few visible improvements since 5.2 as well as many bugfixes. Note
1010
in particular the changs highlighted under "Incompatibilites
11-
between 5.2 and 5.3" below. See NEWS for more information.
11+
between 5.2 and 5.3.1" below. See NEWS for more information.
1212

1313
Installing Zsh
1414
--------------
@@ -29,8 +29,8 @@ Zsh is a shell with lots of features. For a list of some of these, see the
2929
file FEATURES, and for the latest changes see NEWS. For more
3030
details, see the documentation.
3131

32-
Incompatibilities between 5.2 and 5.3
33-
-------------------------------------
32+
Incompatibilities between 5.2 and 5.3.1
33+
---------------------------------------
3434

3535
1) In character classes delimited by "[" and "]" within patterns, whether
3636
used for filename generation (globbing) or other forms of pattern

0 commit comments

Comments
 (0)