From 91d4b9fadfec76536ea652b2abbeffb577492382 Mon Sep 17 00:00:00 2001 From: roland Date: Tue, 17 Jan 2006 06:25:03 +0000 Subject: [PATCH] New version 4.5.14 --- .cvsignore | 2 +- sources | 2 +- strace.spec | 15 +++++++++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0b64d17..ee2e241 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -strace-4.5.13.tar.bz2 +strace-4.5.14.tar.bz2 diff --git a/sources b/sources index 23c5a1a..5783c07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55f9673e9712d02a4cb5314bafe38dea strace-4.5.13.tar.bz2 +09bcd5d00ece28f8154dec11cadfce3c strace-4.5.14.tar.bz2 diff --git a/strace.spec b/strace.spec index a833e98..aa1e9b2 100644 --- a/strace.spec +++ b/strace.spec @@ -1,7 +1,7 @@ Summary: Tracks and displays system calls associated with a running process. Name: strace -Version: 4.5.13 -Release: 1.1 +Version: 4.5.14 +Release: 1 License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -75,8 +75,15 @@ rm -rf %{buildroot} %changelog -* Fri Dec 09 2005 Jesse Keating -- rebuilt +* Mon Jan 16 2006 Roland McGrath - 4.5.14-1 +- Fix biarch decoding of socket syscalls (#174354). +- Fix biarch -e support (#173986). +- Accept numeric syscalls in -e (#174798). +- Fix ipc syscall decoding (#164755). +- Improve msgrcv printing (#164757). +- Man page updates (#165375). +- Improve mount syscall printing (#165377). +- Correct printing of restarting syscalls (#165469). * Wed Aug 3 2005 Roland McGrath - 4.5.13-1 - Fix setsockopt decoding on 64-bit (#162449).