Skip to content

Commit 9dbde9e

Browse files
unposted: updates for 5.6.2-test-2
1 parent b616974 commit 9dbde9e

4 files changed

Lines changed: 17 additions & 15 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2018-12-19 Peter Stephenson <p.w.stephenson@ntlworld.com>
2+
3+
* unposted: Config/version.mk, Etc/FAQ.yo, README: update for
4+
5.6.2-test-2.
5+
16
2018-12-19 Peter Stephenson <p.stephenson@samsung.com>
27

38
* unposted c.f. 43913: Functions/Zle/edit-command-line: emulate

Config/version.mk

Lines changed: 2 additions & 2 deletions
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.6.2-dev-1
31-
VERSION_DATE='October 11, 2018'
30+
VERSION=5.6.2-test-2
31+
VERSION_DATE='December 19, 2018'

Etc/FAQ.yo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ sect(On what machines will it run?)
307307

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

310-
Zsh 5.6.2 is the latest production version. For details of all the
310+
Zsh 5.7 is the latest production version. For details of all the
311311
changes, see the NEWS file in the source distribution.
312312

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

README

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ THE Z SHELL (ZSH)
55
Version
66
-------
77

8-
This is version 5.6.2 of the shell. This is a bugfix release, following
9-
5.6 which was a security and feature release and 5.6.1 which was a bugfix
10-
release.
8+
This is version 5.7 of the shell.
119

1210
Note in particular the changes highlighted under "Incompatibilities since
1311
5.6.2" below. See NEWS for more information.
@@ -34,19 +32,18 @@ details, see the documentation.
3432
Incompatibilities since 5.6.2
3533
-----------------------------
3634

37-
1) vcs_info git: The gen-unapplied-string hook receives the patches in order (next
38-
to be applied first). This is consistent with the hg backend and with one of
39-
two contradictory claims in the documentation (the other one has been corrected).
40-
In zsh through 5.6.2, the patches were passed in reverse order, next to be
41-
applied being last in the array.
35+
1) vcs_info git: The gen-unapplied-string hook receives the patches in
36+
order (next to be applied first). This is consistent with the hg
37+
backend and with one of two contradictory claims in the documentation
38+
(the other one has been corrected). In zsh through 5.6.2, the patches
39+
were passed in reverse order, next to be applied being last in the
40+
array.
4241

4342
The gen-applied-string hook is unaffected; it still receives the patches in
4443
reverse order, from last applied to first applied.
4544

46-
2)
47-
48-
Incompatibilities since 5.5.1
49-
-----------------------------
45+
Incompatibilities between 5.5.1 and 5.6.2
46+
------------------------------------------
5047

5148
The completion helper _remote_files, typically used after a hostname
5249
with scp-style completion, now uses remote-files instead of files as a

0 commit comments

Comments
 (0)