summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-01-09 06:56:39 +0000
committerRoland McGrath <roland@redhat.com>2003-01-09 06:56:39 +0000
commit5694e80e145c89c56cb297d3a4ce96979b0129a0 (patch)
tree6271be15641dcc14fe624a4a9e4f48caeb28ef9e /NEWS
parentd81f1d9aac84cbed9d9dcde84fa44f8b1f9b6a66 (diff)
downloadstrace-5694e80e145c89c56cb297d3a4ce96979b0129a0.tar.gz
strace-5694e80e145c89c56cb297d3a4ce96979b0129a0.tar.bz2
strace-5694e80e145c89c56cb297d3a4ce96979b0129a0.tar.xz
update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0181ff3..af71620 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in CVS (not yet released)
+Changes in 4.4.90 TEST release
==============
* New port to AMD's x86-64 architecture. One strace binary can
handle both new x86-64 and old i386 processes.
@@ -6,7 +6,7 @@ Changes in CVS (not yet released)
* New switch (-z) for printing only non-failing syscalls.
* Merged s390/s390x port.
* Trace an unbounded number of processes.
-* Handle numerous new system calls in Linux 2.5.
+* Handle numerous new system calls in Linux 2.5, and new threads semantics.
* Fixed bugs with attach/detach leaving things stopped.
* Fixed traced process seeing ECHILD despite live, traced children
in waitpid calls with WNOHANG.