From 69ba7861a8e23f14bf4836ff3e539331520f9073 Mon Sep 17 00:00:00 2001 From: roland Date: Tue, 15 Mar 2005 02:44:05 +0000 Subject: [PATCH] new upstream version 4.5.10 --- .cvsignore | 2 +- sources | 2 +- strace.spec | 11 ++++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8a3530f..407f190 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -strace-4.5.9.tar.bz2 +strace-4.5.10.tar.bz2 diff --git a/sources b/sources index 1e8c3a5..a73bd42 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef52064b97bbda23fa708d56a811ba23 strace-4.5.9.tar.bz2 +bb699a899a0e776089343c1053319f9b strace-4.5.10.tar.bz2 diff --git a/strace.spec b/strace.spec index 41f03ff..098ecf9 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.9 -Release: 2 +Version: 4.5.10 +Release: 1 License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -75,7 +75,12 @@ rm -rf %{buildroot} %changelog -* Fri Feb 4 2005 Roland McGrath - 4.5.9-2 +* Mon Mar 14 2005 Roland McGrath - 4.5.10-1 +- Fix select handling on nonstandard fd_set sizes. +- Don't print errors for null file name pointers. +- Fix initial execve output with -i (#143365). + +* Fri Feb 4 2005 Roland McGrath - 4.5.9-2 - update ia64 syscall list (#146245) - fix x86_64 syscall argument extraction for 32-bit processes (#146093) - fix -e signal=NAME parsing (#143362)