summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2002-12-22 03:36:03 +0000
committerRoland McGrath <roland@redhat.com>2002-12-22 03:36:03 +0000
commit044c8d2ceae0c0147b6b117356020d01044ff2ed (patch)
treef8e415dda7cc2bb693f17ce7bc578be4819d5e87 /NEWS
parentdf211904e03a1eefcebe0c0c8c4d1ee61d2aa8b0 (diff)
downloadstrace-044c8d2ceae0c0147b6b117356020d01044ff2ed.tar.gz
strace-044c8d2ceae0c0147b6b117356020d01044ff2ed.tar.bz2
strace-044c8d2ceae0c0147b6b117356020d01044ff2ed.tar.xz
mention WNOHANG bug fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b7232b2..0181ff3 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ Changes in CVS (not yet released)
* Trace an unbounded number of processes.
* Handle numerous new system calls in Linux 2.5.
* Fixed bugs with attach/detach leaving things stopped.
+* Fixed traced process seeing ECHILD despite live, traced children
+ in waitpid calls with WNOHANG.
Changes in 4.4
==============