New version 4.5.14

This commit is contained in:
roland 2006-01-17 06:25:03 +00:00
parent 8d9dc7a2ea
commit 619fbd5d39
3 changed files with 13 additions and 6 deletions

View File

@ -1 +1 @@
strace-4.5.13.tar.bz2
strace-4.5.14.tar.bz2

View File

@ -1 +1 @@
55f9673e9712d02a4cb5314bafe38dea strace-4.5.13.tar.bz2
09bcd5d00ece28f8154dec11cadfce3c strace-4.5.14.tar.bz2

View File

@ -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 <jkeating@redhat.com>
- rebuilt
* Mon Jan 16 2006 Roland McGrath <roland@redhat.com> - 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 <roland@redhat.com> - 4.5.13-1
- Fix setsockopt decoding on 64-bit (#162449).