summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-12 15:10:23 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-14 12:52:40 +0000
commit92bef88545ee9dc23f35886a8606c81610341477 (patch)
tree2b13555dee4b173b6e62992de94cc64e37cb4101
parent10568271944f2b304bded6a07f9ea2953d5e4dc1 (diff)
downloadzsh-92bef88545ee9dc23f35886a8606c81610341477.tar.gz
zsh-92bef88545ee9dc23f35886a8606c81610341477.tar.xz
zsh-92bef88545ee9dc23f35886a8606c81610341477.zip
43457: Release 5.6.2 zsh-5.6.2
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--NEWS11
-rw-r--r--README5
5 files changed, 22 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index da9ea92ec..4fd97cea8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-14  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 43457: Config/version.mk, Etc/FAQ.yo, NEWS, README: Release
+	5.6.2
+
 2018-09-14  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 43466: Test/A05execution.ztst: path(5) test is too specific as
diff --git a/Config/version.mk b/Config/version.mk
index 8e48bc5c8..33ce37195 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.1-dev-0
-VERSION_DATE='September 8, 2018'
+VERSION=5.6.2
+VERSION_DATE='September 14, 2018'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 10c773b75..a3dfc6c13 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -306,7 +306,7 @@ sect(On what machines will it run?)
 
 sect(What's the latest version?)
 
-  Zsh 5.6.1 is the latest production version.  For details of all the
+  Zsh 5.6.2 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/NEWS b/NEWS
index 7c7d64c72..f3e617b9c 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,17 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
+Changes from 5.6.1 to 5.6.2
+---------------------------
+
+Fix another SIGTTOU case.
+
+Fix SIGWINCH being ignored when zsh is not in the foreground.
+
+The release tarballs are now compressed using xz(1), whereas previously
+both xz(1) and gzip(1) versions were available.  If this gets in your way,
+give us a shout.
+
 Changes from 5.6 to 5.6.1
 -------------------------
 
diff --git a/README b/README
index c9a4ed693..c792d4075 100644
--- a/README
+++ b/README
@@ -5,8 +5,9 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.6.1 of the shell.  This is a bugfix release, following
-5.6 which was a security and feature release.
+This is version 5.6.2 of the shell.  This is a bugfix release, following
+5.6 which was a security and feature release and 5.6.1 which was a bugfix
+release.
 
 Note in particular the changes highlighted under "Incompatibilities since
 5.5.1" below.  See NEWS for more information.