summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2008-07-18 02:21:11 +0000
committerRoland McGrath <roland@redhat.com>2008-07-18 02:21:11 +0000
commit55dd2780de8e8f4ffdcd2982fe20e8112130ce73 (patch)
tree495e00591debe2cbe6224900e9a4830cfb2e5b26 /NEWS
parentf2a3092816429e1a603fe47c9ef30516ca7a04ba (diff)
downloadstrace-55dd2780de8e8f4ffdcd2982fe20e8112130ce73.tar.gz
strace-55dd2780de8e8f4ffdcd2982fe20e8112130ce73.tar.bz2
strace-55dd2780de8e8f4ffdcd2982fe20e8112130ce73.tar.xz
2008-07-17 Roland McGrath <roland@redhat.com>
* NEWS, strace.spec: Updates in preparation for release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d14febe..a008013 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in 4.5.17
+==============
+* 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.
+
Changes in 4.5.16
==============
* Bug fixes.