From: Roland McGrath Date: Fri, 18 Jul 2008 02:21:11 +0000 (+0000) Subject: 2008-07-17 Roland McGrath X-Git-Tag: v4.5.18~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55dd2780de8e8f4ffdcd2982fe20e8112130ce73;p=strace 2008-07-17 Roland McGrath * NEWS, strace.spec: Updates in preparation for release. --- diff --git a/NEWS b/NEWS index d14febe4..a008013e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Changes in 4.5.17 +============== +* Many bug fixes. +* -F is now deprecated, -f has traced vfork too on Linux for a long time now. +* Print O_CLOEXEC, MSG_CMSG_CLOEXEC flag bits. +* Improved output for prctl system call on Linux. +* Improved support for Linux/ARM. +* SA_NOMASK is now spelled SA_NODEFER, and SA_ONESHOT is spelled SA_RESETHAND. + Changes in 4.5.16 ============== * Bug fixes. diff --git a/strace.spec b/strace.spec index ce1f1324..c5d5c763 100644 --- a/strace.spec +++ b/strace.spec @@ -1,6 +1,6 @@ Summary: Tracks and displays system calls associated with a running process Name: strace -Version: 4.5.16 +Version: 4.5.17 Release: 1%{?dist} License: BSD Group: Development/Debuggers @@ -76,6 +76,19 @@ rm -rf %{buildroot} %changelog +- handle O_CLOEXEC, MSG_CMSG_CLOEXEC (#365781) +- fix biarch stat64 decoding (#222275) +- fix spurious "..." in printing of environment strings (#358241) +- improve prctl decoding (#364401) +- fix hang wait on exited child with exited child (#354261) +- fix biarch fork/vfork (-f) tracing (#447475) +- fix biarch printing of negative argument kill (#430585) +- fix biarch decoding of error return values (#447587) +- fix -f tracing of CLONE_VFORK (#455078) +- fix ia64 register clobberation in -f tracing (#453438) +- print SO_NODEFER, SA_RESETHAND instead of SA_NOMASK, SA_ONESHOT (#455821) +- fix futex argument decoding (#448628, #448629) + * Fri Aug 3 2007 Roland McGrath - 4.5.16-1 - fix multithread issues (#240962, #240961, #247907) - fix spurious SIGSTOP on early interrupt (#240986)