1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

unposted: updates for 5.6.2-test-2

This commit is contained in:
Peter Stephenson 2018-12-19 19:33:36 +00:00
parent b6169745c1
commit 9dbde9e9c7
4 changed files with 17 additions and 15 deletions

View file

@ -1,3 +1,8 @@
2018-12-19 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Config/version.mk, Etc/FAQ.yo, README: update for
5.6.2-test-2.
2018-12-19 Peter Stephenson <p.stephenson@samsung.com>
* unposted c.f. 43913: Functions/Zle/edit-command-line: emulate

View file

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
VERSION=5.6.2-dev-1
VERSION_DATE='October 11, 2018'
VERSION=5.6.2-test-2
VERSION_DATE='December 19, 2018'

View file

@ -307,7 +307,7 @@ sect(On what machines will it run?)
sect(What's the latest version?)
Zsh 5.6.2 is the latest production version. For details of all the
Zsh 5.7 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

21
README
View file

@ -5,9 +5,7 @@ THE Z SHELL (ZSH)
Version
-------
This is version 5.6.2 of the shell. This is a bugfix release, following
5.6 which was a security and feature release and 5.6.1 which was a bugfix
release.
This is version 5.7 of the shell.
Note in particular the changes highlighted under "Incompatibilities since
5.6.2" below. See NEWS for more information.
@ -34,19 +32,18 @@ details, see the documentation.
Incompatibilities since 5.6.2
-----------------------------
1) vcs_info git: The gen-unapplied-string hook receives the patches in order (next
to be applied first). This is consistent with the hg backend and with one of
two contradictory claims in the documentation (the other one has been corrected).
In zsh through 5.6.2, the patches were passed in reverse order, next to be
applied being last in the array.
1) vcs_info git: The gen-unapplied-string hook receives the patches in
order (next to be applied first). This is consistent with the hg
backend and with one of two contradictory claims in the documentation
(the other one has been corrected). In zsh through 5.6.2, the patches
were passed in reverse order, next to be applied being last in the
array.
The gen-applied-string hook is unaffected; it still receives the patches in
reverse order, from last applied to first applied.
2)
Incompatibilities since 5.5.1
-----------------------------
Incompatibilities between 5.5.1 and 5.6.2
------------------------------------------
The completion helper _remote_files, typically used after a hostname
with scp-style completion, now uses remote-files instead of files as a