about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-11-16 03:24:24 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-11-16 03:24:24 +0000
commitca5af957777d572bdd9a462ef2e3d38905fd4a3d (patch)
tree4af8b5bbfa436dcb418832a5ac2fb99619d1bcbe /doc
parentfcba27aec24b5bfb48a7e9aa5e395b46e973a00f (diff)
downloadnetpbm-mirror-ca5af957777d572bdd9a462ef2e3d38905fd4a3d.tar.gz
netpbm-mirror-ca5af957777d572bdd9a462ef2e3d38905fd4a3d.tar.xz
netpbm-mirror-ca5af957777d572bdd9a462ef2e3d38905fd4a3d.zip
Make sure SIGCHLD isn't set to ignore
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2035 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 08c705b0..296e4e3e 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -9,10 +9,15 @@ not yet  BJH  Release 10.65.00
               Recognize SIGPWR on systems that have it in messages
               about signal received.
 
-              Fix bug: program hangs if it inherits lots of open files.
+              pnmtops: Fix bug: program hangs if it inherits lots of open
+              files.  Introduced in 10.56 (September 2011).
+
+              pnmtops: Fix bug: fails with message about waitpid() failing
+              if invoked with SIGCHLD ignored.  Introduced in 10.56
+              (September 2011).
 
               Build for big-endian machines: fix syntax error so it compiles.
-              Broken in 10.63 (June 2013).
+              Introduced in 10.63 (June 2013).
 
               Fix compile failure on system such as OpenBSD that don't have
               SIGWINCH and SIGIO.  Broken since 10.49 (December 2009).