about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2013-10-24 17:31:13 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2013-10-24 17:31:13 -0700
commit5b30149638f45946c1a819010bd4d384dea76b5d (patch)
tree1d8f2f8d850edb774ddcbb11a676b94de6a28406 /ChangeLog
parent0c97990b207f2eb18e30fd2551a3f04ab678c368 (diff)
downloadzsh-5b30149638f45946c1a819010bd4d384dea76b5d.tar.gz
zsh-5b30149638f45946c1a819010bd4d384dea76b5d.tar.xz
zsh-5b30149638f45946c1a819010bd4d384dea76b5d.zip
31885: fix PIPEFAIL when the last command executes in the current shell
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8da6e3e1a..ae5af0d60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,10 +5,15 @@
 	* 31877: Src/pattern.c: fix behaviour of disable -p for
 	entities with parentheses.
 
+2013-10-24  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 31885: Src/jobs.c: fix PIPEFAIL behavior when the last command
+	in a pipeline is executed within the current shell; add comments
+
 2013-10-24  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 31888: Test/A05execution.ztst: add test of pipestatus
-	that was reliable failing before 31879.
+	that was reliably failing before 31879.
 
 	* 31882: Src/Zle/compcore.c: better insulation of
 	completion widget excecution against job environment.