summary refs log tree commit diff
diff options
context:
space:
mode:
authordana <dana@dana.is>2022-02-12 06:41:26 -0600
committerdana <dana@dana.is>2022-02-12 07:35:02 -0600
commit1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5 (patch)
tree288c44a2f8fc3b6beea4c6e568eaf6cb31911f55
parent27cd80938327388bcbed615dbbdba0eddd16a255 (diff)
downloadzsh-1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5.tar.gz
zsh-1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5.tar.xz
zsh-1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5.zip
unposted: Release 5.8.1 zsh-5.8.1 zsh-5.8-patches
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--README5
4 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index b46044ae4..8a5ad4941 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-02-12  dana  <dana@dana.is>
+
+	* unposted: Config/version.mk, Etc/FAQ.yo, README: Update
+	for 5.8.1
+
 2022-01-27  dana  <dana@dana.is>
 
 	* Jun-ichi Takimoto: unposted: Src/input.c: add 'static' to
diff --git a/Config/version.mk b/Config/version.mk
index 264c11c6b..d397f13ba 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.8
-VERSION_DATE='February 14, 2020'
+VERSION=5.8.1
+VERSION_DATE='February 12, 2022'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index d1f8b7d83..650c2d9d8 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.8 is the latest production version.  For details of all the
+  Zsh 5.8.1 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 c9e994ab3..502e9f49d 100644
--- a/README
+++ b/README
@@ -5,12 +5,11 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.8 of the shell.  This is a security and feature release.
-There are a few visible improvements since 5.7, as well as many bugfixes.
+This is version 5.8.1 of the shell.  This is a security and bugfix release.
 All zsh installations are encouraged to upgrade as soon as possible.
 
 Note in particular the changes highlighted under "Incompatibilities since
-5.7.1" below.  See NEWS for more information.
+5.8" below.  See NEWS for more information.
 
 Installing Zsh
 --------------