summary refs log tree commit diff
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-12-14 12:50:58 -0600
committerdana <dana@dana.is>2019-12-14 12:50:58 -0600
commit5ed3dde0d220dcc6d8503a644a50e661d877bf2c (patch)
tree632dbec5107f2391b88d094953166b2f983b1f0c
parentcb4dc956439140ca595b2b7dfd511efaa22d1e22 (diff)
downloadzsh-5.7.1-test-1.tar.gz
zsh-5.7.1-test-1.tar.xz
zsh-5.7.1-test-1.zip
unposted: Test release: 5.7.1-test-1 zsh-5.7.1-test-1
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--README9
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
 -----------------------------------------