SHA256
1
0
forked from pool/strace
OBS User unknown
2008-07-22 10:00:53 +00:00
committed by Git OBS Bridge
parent ff05c53e2f
commit 6c92bfc5d5
14 changed files with 134 additions and 363 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jul 22 09:47:31 CEST 2008 - schwab@suse.de
- Update to strace 4.5.16.
* Many bug fixes.
* -F is now deprecated, -f has traced vfork too on Linux for a long time
now.
* Print O_CLOEXEC, MSG_CMSG_CLOEXEC flag bits.
* Improved output for prctl system call on Linux.
* Improved support for Linux/ARM.
* SA_NOMASK is now spelled SA_NODEFER, and SA_ONESHOT is spelled
SA_RESETHAND.
-------------------------------------------------------------------
Mon Jun 30 18:44:58 CEST 2008 - schwab@suse.de