about 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 10:32:37 -0600
commite10c75d5249ed6ea6a92eb4ff96c7b973e1c4fe6 (patch)
tree10bcbe7f2e89111231f7eb32d9c366c8ec51ad17
parent2b66ed35b014b3d93f37a67951c2bd00916c9370 (diff)
downloadzsh-e10c75d5249ed6ea6a92eb4ff96c7b973e1c4fe6.tar.gz
zsh-e10c75d5249ed6ea6a92eb4ff96c7b973e1c4fe6.tar.xz
zsh-e10c75d5249ed6ea6a92eb4ff96c7b973e1c4fe6.zip
unposted: Release 5.8.1
(cherry picked from commit 1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5)
-rw-r--r--ChangeLog3
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--README5
4 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 5deb9f8d9..5891d0c18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-02-12  dana  <dana@dana.is>
 
+	* unposted: Config/version.mk, Etc/FAQ.yo, README: Update
+	for 5.8.1
+
 	* Marc Cornellà: security/82 (tweaked):
 	Functions/VCS_Info/VCS_INFO_formats: Fix typo in
 	hook_com[base-name_orig] assignment
diff --git a/Config/version.mk b/Config/version.mk
index 7ecfd35ba..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.0.2-dev
-VERSION_DATE='March 19, 2020'
+VERSION=5.8.1
+VERSION_DATE='February 12, 2022'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 235a205d3..d000f00c5 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -316,7 +316,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 f493375ce..79563e451 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
 --------------