From e9053a268d564fa812a67ed99a59f900a7c73a77 Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 3 Aug 2005 11:48:27 +0000 Subject: [PATCH] New upstream version 4.5.13 --- .cvsignore | 2 +- sources | 2 +- strace.spec | 12 +++++++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 83a66fc..0b64d17 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -strace-4.5.12.tar.bz2 +strace-4.5.13.tar.bz2 diff --git a/sources b/sources index e080d4d..2fe7612 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9dc77b9bd7f144f317e8289e0f6d40b strace-4.5.12.tar.bz2 +4499719e907921a25c5ba5c1d3347ffc strace-4.5.13.tar.bz2 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 - 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 - 4.5.12-1 - Fix known syscall recognition for IA32 processes on x86-64 (#158934). - Fix bad output for ptrace on x86-64 (#159787).