From a856b9213c403ffbcea6d0f0ca590fa8e617bf15 Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 23 Mar 2005 00:05:12 +0000 Subject: [PATCH] New upstream version 4.5.11 --- .cvsignore | 2 +- sources | 2 +- strace.spec | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 407f190..a4a7bb6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -strace-4.5.10.tar.bz2 +strace-4.5.11.tar.bz2 diff --git a/sources b/sources index a73bd42..a2ba9ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb699a899a0e776089343c1053319f9b strace-4.5.10.tar.bz2 +28335e15c83456a3db055a0a0efcb4fe strace-4.5.11.tar.bz2 diff --git a/strace.spec b/strace.spec index 098ecf9..bd27e61 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.10 +Version: 4.5.11 Release: 1 License: BSD Group: Development/Debuggers @@ -75,6 +75,10 @@ rm -rf %{buildroot} %changelog +* Tue Mar 22 2005 Roland McGrath - 4.5.11-1 +- Build tweaks. +- Note 4.5.10 select fix (#151570). + * 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.