mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
unposted: Test release: 5.7.1-test-1
This commit is contained in:
parent
cb4dc95643
commit
5ed3dde0d2
3 changed files with 9 additions and 6 deletions
|
@ -27,5 +27,5 @@
|
|||
# This must also serve as a shell script, so do not add spaces around the
|
||||
# `=' signs.
|
||||
|
||||
VERSION=5.7.1-dev-0
|
||||
VERSION_DATE='February 4, 2019'
|
||||
VERSION=5.7.1-test-1
|
||||
VERSION_DATE='December 14, 2019'
|
||||
|
|
|
@ -308,7 +308,7 @@ sect(On what machines will it run?)
|
|||
|
||||
sect(What's the latest version?)
|
||||
|
||||
Zsh 5.7.1 is the latest production version. For details of all the
|
||||
Zsh 5.8 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
|
||||
|
|
9
README
9
README
|
@ -5,11 +5,11 @@ THE Z SHELL (ZSH)
|
|||
Version
|
||||
-------
|
||||
|
||||
This is version 5.7.1 of the shell. This is a stable release. There are
|
||||
a few visible improvements since 5.6 as well as many bugfixes.
|
||||
This is version 5.8 of the shell. This is a stable release. There are
|
||||
a few visible improvements since 5.7 as well as many bugfixes.
|
||||
|
||||
Note in particular the changes highlighted under "Incompatibilities since
|
||||
5.6.2" below. See NEWS for more information.
|
||||
5.7.1" below. See NEWS for more information.
|
||||
|
||||
Installing Zsh
|
||||
--------------
|
||||
|
@ -53,6 +53,9 @@ The vcs_info function VCS_INFO_quilt-dirfind now returns a string value
|
|||
by setting $REPLY. Previously it printed the value to standard output.
|
||||
This only affects you if you override that function in your dotfiles.
|
||||
|
||||
The cd and chdir builtins no longer interpret operands like -1 and +2 as
|
||||
stack entries when POSIX_CD is enabled.
|
||||
|
||||
Incompatibilities between 5.6.2 and 5.7.1
|
||||
-----------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue