summaryrefslogtreecommitdiff
path: root/strace.spec
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2008-07-18 02:21:11 +0000
committerRoland McGrath <roland@redhat.com>2008-07-18 02:21:11 +0000
commit55dd2780de8e8f4ffdcd2982fe20e8112130ce73 (patch)
tree495e00591debe2cbe6224900e9a4830cfb2e5b26 /strace.spec
parentf2a3092816429e1a603fe47c9ef30516ca7a04ba (diff)
downloadstrace-55dd2780de8e8f4ffdcd2982fe20e8112130ce73.tar.gz
strace-55dd2780de8e8f4ffdcd2982fe20e8112130ce73.tar.bz2
strace-55dd2780de8e8f4ffdcd2982fe20e8112130ce73.tar.xz
2008-07-17 Roland McGrath <roland@redhat.com>
* NEWS, strace.spec: Updates in preparation for release.
Diffstat (limited to 'strace.spec')
-rw-r--r--strace.spec15
1 files changed, 14 insertions, 1 deletions
diff --git a/strace.spec b/strace.spec
index ce1f132..c5d5c76 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 <roland@redhat.com> - 4.5.16-1
- fix multithread issues (#240962, #240961, #247907)
- fix spurious SIGSTOP on early interrupt (#240986)