New upstream version 4.5.18

This commit is contained in:
roland 2008-08-28 23:13:52 +00:00
parent 819d7824a5
commit 73dadc88ce
3 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
strace-4.5.17.tar.bz2
strace-4.5.18.tar.bz2

View File

@ -1 +1 @@
60f50358eeb19cadabef53b548df2732 strace-4.5.17.tar.bz2
e9449fcee97e6a8ed73934c883c870e0 strace-4.5.18.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 4.5.17
Version: 4.5.18
Release: 1%{?dist}
License: BSD
Group: Development/Debuggers
@ -76,6 +76,12 @@ rm -rf %{buildroot}
%changelog
* Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 4.5.18-1
- build fix for newer kernel headers (#457291)
- fix CLONE_VFORK handling (#455078)
- Support new Linux/PPC system call subpage_prot and PROT_SAO flag.
- In sigaction system call, display sa_flags value along with SIG_DFL/SIG_IGN.
* Mon Jul 21 2008 Roland McGrath <roland@redhat.com> - 4.5.17-1
- handle O_CLOEXEC, MSG_CMSG_CLOEXEC (#365781)
- fix biarch stat64 decoding (#222275)