summaryrefslogtreecommitdiff
path: root/strace.spec
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-08-03 11:42:35 +0000
committerRoland McGrath <roland@redhat.com>2005-08-03 11:42:35 +0000
commitcab4380dbb475fa457b06270e476851c73984c77 (patch)
tree2883ce00882e1ea545c63f450a7cb67ee5a67b19 /strace.spec
parent9554a485749b87ee7ff76f9cbec6c7716c22fc18 (diff)
downloadstrace-cab4380dbb475fa457b06270e476851c73984c77.tar.gz
strace-cab4380dbb475fa457b06270e476851c73984c77.tar.bz2
strace-cab4380dbb475fa457b06270e476851c73984c77.tar.xz
2005-08-03 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.13. * debian/changelog, strace.spec: 4.5.13-1.
Diffstat (limited to 'strace.spec')
-rw-r--r--strace.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/strace.spec b/strace.spec
index 1e94fa5..6e0f583 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.12
+Version: 4.5.13
Release: 1
License: BSD
Group: Development/Debuggers
@@ -75,6 +75,16 @@ rm -rf %{buildroot}
%changelog
+* Wed Aug 3 2005 Roland McGrath <roland@redhat.com> - 4.5.13-1
+- Fix setsockopt decoding on 64-bit (#162449).
+- Fix typos in socket option name strings (#161578).
+- Display more IPV6 socket options by name (#162450).
+- Don't display inappropriate syscalls for -e trace=file (#159340).
+- New selector type -e trace=desc for file-descriptor using calls (#159400).
+- Fix 32-bit old_mmap syscall decoding on x86-64 (#162467, #164215).
+- Fix errors detaching from multithreaded process on interrupt (#161919).
+- Note 4.5.12 fix for crash handling bad signal numbers (#162739).
+
* Wed Jun 8 2005 Roland McGrath <roland@redhat.com> - 4.5.12-1
- Fix known syscall recognition for IA32 processes on x86-64 (#158934).
- Fix bad output for ptrace on x86-64 (#159787).