]> granicus.if.org Git - strace/commitdiff
2008-07-17 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 18 Jul 2008 02:21:11 +0000 (02:21 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 18 Jul 2008 02:21:11 +0000 (02:21 +0000)
* NEWS, strace.spec: Updates in preparation for release.

NEWS
strace.spec

diff --git a/NEWS b/NEWS
index d14febe4bfd584e0ee909b38cfa617038fb1d1fa..a008013e3425b38eab2e5f7c31724a3d4d2bb35b 100644 (file)
--- 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.
index ce1f1324603c94a0dea6c7f3d194088ba95f2d91..c5d5c763377d758a067221c356d6e3b2f4a94f61 100644 (file)
@@ -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 <roland@redhat.com> - 4.5.16-1
 - fix multithread issues (#240962, #240961, #247907)
 - fix spurious SIGSTOP on early interrupt (#240986)