summaryrefslogtreecommitdiff
path: root/strace.spec
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-02-04 09:29:04 +0000
committerRoland McGrath <roland@redhat.com>2005-02-04 09:29:04 +0000
commitd63311a8bc005eb794bff08f2ed5872c4136757c (patch)
tree094806506a33e6266c1ad1379b20ca76b0c7f0f3 /strace.spec
parent026bdab75f0ec7464413a41d777fa6e75c9567b6 (diff)
downloadstrace-d63311a8bc005eb794bff08f2ed5872c4136757c.tar.gz
strace-d63311a8bc005eb794bff08f2ed5872c4136757c.tar.bz2
strace-d63311a8bc005eb794bff08f2ed5872c4136757c.tar.xz
2005-02-04 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.9. * debian/changelog, strace.spec: 4.5.9-1.
Diffstat (limited to 'strace.spec')
-rw-r--r--strace.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/strace.spec b/strace.spec
index a08824d..d8a62a1 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.8
+Version: 4.5.9
Release: 1
License: BSD
Group: Development/Debuggers
@@ -75,6 +75,17 @@ rm -rf %{buildroot}
%changelog
+* Fri Feb 4 2005 Roland McGrath <roland@frob.com> - 4.5.9-1
+- update ia64 syscall list (#146245)
+- fix x86_64 syscall argument extraction for 32-bit processes (#146093)
+- fix -e signal=NAME parsing (#143362)
+- fix x86_64 exit_group syscall handling
+- improve socket ioctl printing (#138223)
+- code cleanups (#143369, #143370)
+- improve mount flags printing (#141932)
+- support symbolic printing of x86_64 arch_prctl parameters (#142667)
+- fix potential crash in getxattr printing
+
* Tue Oct 19 2004 Roland McGrath <roland@redhat.com> - 4.5.8-1
- fix multithreaded exit handling (#132150, #135254)
- fix ioctl name matching (#129808)