about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-08 17:39:19 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-08 17:41:13 +0000
commitb3239c5e40eea0a73992160c5619b7d191ede490 (patch)
treea12eaf59c9c01eee36185541c6286e5753b5e8f7
parent0d5275c6b94e798e813092f37bd40429bd9b0f8b (diff)
downloadzsh-b3239c5e40eea0a73992160c5619b7d191ede490.tar.gz
zsh-b3239c5e40eea0a73992160c5619b7d191ede490.tar.xz
zsh-b3239c5e40eea0a73992160c5619b7d191ede490.zip
unposted: Patch release: 5.6.1 zsh-5.6.1
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--NEWS7
-rw-r--r--README5
5 files changed, 17 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 380c4df39..a784bfd8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-08  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* unposted: Config/version.mk, Etc/FAQ.yo, NEWS, README: Patch
+	release: 5.6.1
+
 2018-09-07  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 43409: Src/exec.c, Src/jobs.c: ensure main shell and newly
diff --git a/Config/version.mk b/Config/version.mk
index d9df2263f..ee4a0d9b5 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-dev-0
-VERSION_DATE='September 4, 2018'
+VERSION=5.6.1
+VERSION_DATE='September 8, 2018'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index d4dc8a150..10c773b75 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 is the latest production version.  For details of all the
+  Zsh 5.6.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/NEWS b/NEWS
index 7b3e5692c..7c7d64c72 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,13 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
+Changes from 5.6 to 5.6.1
+-------------------------
+
+Fix packaging issue that broke runhelp.
+
+Fix a regression with pipelines getting backgrounded and emitting SIGTTOU.
+
 Changes from 5.5.1-test-2 to 5.6
 --------------------------------
 
diff --git a/README b/README
index ed29d0107..c9a4ed693 100644
--- a/README
+++ b/README
@@ -5,9 +5,8 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.6 of the shell.  This is a security and feature release.
-There are some significant bug fixes and a few user visible additions since
-5.5.1.  All zsh installations are encouraged to upgrade as soon as possible.
+This is version 5.6.1 of the shell.  This is a bugfix release, following
+5.6 which was a security and feature release.
 
 Note in particular the changes highlighted under "Incompatibilities since
 5.5.1" below.  See NEWS for more information.