summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-01-24 04:31:23 +0000
committerRoland McGrath <roland@redhat.com>2003-01-24 04:31:23 +0000
commitde6e53308ca58da7d357f8114afc74fff7a18043 (patch)
tree7f1788f507e865d048e0aec3b955f1304234a57b /NEWS
parent4417fda9ba5ca52a7639b73e6fda41af6b372d2d (diff)
downloadstrace-de6e53308ca58da7d357f8114afc74fff7a18043.tar.gz
strace-de6e53308ca58da7d357f8114afc74fff7a18043.tar.bz2
strace-de6e53308ca58da7d357f8114afc74fff7a18043.tar.xz
2003-01-21 Roland McGrath <roland@redhat.com>
* strace.c (usage): Omit -z, since it has never worked properly. * NEWS: Likewise. * strace.c (main): Grok new option `-E var=val' or `-E var' to put var=val in environ or to remove var, respectively. (usage): Mention it. * strace.1, NEWS: Document it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 273e97a..7bb2c40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-Changes in 4.4.93 TEST release
+Changes in 4.4.94 TEST release
==============
* New port to AMD's x86-64 architecture. One strace binary can
handle both new x86-64 and old i386 processes.
* Fixed support for LFS64 calls.
-* New switch (-z) for printing only non-failing syscalls.
+* New switch -E to add/remove environment variables for the command.
* Merged s390/s390x port.
* Trace an unbounded number of processes.
* Handle numerous new system calls in Linux 2.5, and new threads semantics.