mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
unposted: Release 5.7
This commit is contained in:
parent
e3cab52ca2
commit
9799d0f9a2
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-01-24 dana <dana@dana.is>
|
||||
|
||||
* unposted: Config/version.mk, README: Update for 5.7
|
||||
|
||||
2018-01-23 dana <dana@dana.is>
|
||||
|
||||
* 44012: Test/X04zlehighlight.ztst: Fix spurious test failures
|
||||
|
|
|
@ -27,5 +27,5 @@
|
|||
# This must also serve as a shell script, so do not add spaces around the
|
||||
# `=' signs.
|
||||
|
||||
VERSION=5.6.2-test-3
|
||||
VERSION_DATE='January 5, 2019'
|
||||
VERSION=5.7
|
||||
VERSION_DATE='January 24, 2019'
|
||||
|
|
3
README
3
README
|
@ -5,7 +5,8 @@ THE Z SHELL (ZSH)
|
|||
Version
|
||||
-------
|
||||
|
||||
This is version 5.7 of the shell.
|
||||
This is version 5.7 of the shell. This is a stable release. There are
|
||||
a few visible improvements since 5.6 as well as many bugfixes.
|
||||
|
||||
Note in particular the changes highlighted under "Incompatibilities since
|
||||
5.6.2" below. See NEWS for more information.
|
||||
|
|
Loading…
Reference in a new issue