From b3239c5e40eea0a73992160c5619b7d191ede490 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 8 Sep 2018 17:39:19 +0000 Subject: unposted: Patch release: 5.6.1 --- ChangeLog | 5 +++++ Config/version.mk | 4 ++-- Etc/FAQ.yo | 2 +- NEWS | 7 +++++++ README | 5 ++--- 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 + + * unposted: Config/version.mk, Etc/FAQ.yo, NEWS, README: Patch + release: 5.6.1 + 2018-09-07 Peter Stephenson * 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. -- cgit 1.4.1