New upstream version 4.5.11

This commit is contained in:
roland 2005-03-23 00:05:12 +00:00
parent 69ba7861a8
commit a856b9213c
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
strace-4.5.10.tar.bz2
strace-4.5.11.tar.bz2

View File

@ -1 +1 @@
bb699a899a0e776089343c1053319f9b strace-4.5.10.tar.bz2
28335e15c83456a3db055a0a0efcb4fe strace-4.5.11.tar.bz2

View File

@ -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 <roland@redhat.com> - 4.5.11-1
- Build tweaks.
- Note 4.5.10 select fix (#151570).
* Mon Mar 14 2005 Roland McGrath <roland@redhat.com> - 4.5.10-1
- Fix select handling on nonstandard fd_set sizes.
- Don't print errors for null file name pointers.