about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f93d3d654..8cbcc80bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-05-01  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* from branch fork_early, c.f. 42702: Src/exec.c: Various changes
+	to make forking for a command work better.  Move the fork even
+	earlier; add case of non-final pipeline elements; _exit when
+	forked; remove previous early fork in caller; replace fix for
+	leaked file descriptor in pipeline handling.
+
 2018-04-29  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
 	* Matthew Martin: 42730: Completion/Unix/Command/_rmdir,