diff options
author | dana <dana@dana.is> | 2019-01-24 12:42:52 -0600 |
---|---|---|
committer | dana <dana@dana.is> | 2019-01-24 12:42:52 -0600 |
commit | 9799d0f9a2bd3a13fe52dbb9bc4d86f874dc1e14 (patch) | |
tree | 56036fea4df46c9e8b3989af676ca28b54b9119a | |
parent | e3cab52ca26f5c5c4c07c481406d841a3b69de60 (diff) | |
download | zsh-9799d0f9a2bd3a13fe52dbb9bc4d86f874dc1e14.tar.gz zsh-9799d0f9a2bd3a13fe52dbb9bc4d86f874dc1e14.tar.xz zsh-9799d0f9a2bd3a13fe52dbb9bc4d86f874dc1e14.zip |
unposted: Release 5.7 zsh-5.7
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Config/version.mk | 4 | ||||
-rw-r--r-- | README | 3 |
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index e62ea5f62..027900ed5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Config/version.mk b/Config/version.mk index 8d59d6dc4..4f95a40da 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -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' diff --git a/README b/README index 000210478..5dc5eda06 100644 --- a/README +++ b/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. |