From 5ed3dde0d220dcc6d8503a644a50e661d877bf2c Mon Sep 17 00:00:00 2001 From: dana Date: Sat, 14 Dec 2019 12:50:58 -0600 Subject: unposted: Test release: 5.7.1-test-1 --- Config/version.mk | 4 ++-- Etc/FAQ.yo | 2 +- README | 9 ++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Config/version.mk b/Config/version.mk index e4fda2f16..3916113e6 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.7.1-dev-0 -VERSION_DATE='February 4, 2019' +VERSION=5.7.1-test-1 +VERSION_DATE='December 14, 2019' diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index cf4348cbe..5c28b4089 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -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 diff --git a/README b/README index 2dd82b61f..a3701abe5 100644 --- a/README +++ b/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 ----------------------------------------- -- cgit 1.4.1