From de6e53308ca58da7d357f8114afc74fff7a18043 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 24 Jan 2003 04:31:23 +0000 Subject: 2003-01-21 Roland McGrath * 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. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') 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. -- cgit v1.2.3