]> granicus.if.org Git - strace/commitdiff
NEWS: Prepare for 4.13 release
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 24 Jul 2016 23:40:14 +0000 (23:40 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 24 Jul 2016 23:40:14 +0000 (23:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 69f2bb5a2b065292046f9dfe0c7fac51b83faf2e..1daf0bf0ec23c4ab6e877308784a1e9ec3bdafc1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
-Noteworthy changes in release ?.?? (????-??-??)
+Noteworthy changes in release 4.13 (????-??-??)
 ===============================================
 
+* Improvements
+  * Implemented a general netlink socket parser.
+  * Enhanced decoding of socket addresses.
+  * Enhanced decoding of cmsghdr, msghdr, and mmsghdr structures.
+  * Enhanced decoding of accept, accept4, bind, getpeername, getsockname,
+    ipc, recvfrom, recvmsg, recvmmsg, sendto, sendmmsg, and socketcall syscalls.
+  * Updated lists of AF_*, BPF_MAP_TYPE_*, KEY_*, KEYCTL_*, RWF_*, SS_*,
+    and *_MAGIC constants.
+  * Updated lists of ioctl commands from Linux 4.7.
+
+* Bug fixes
+  * Fixed decoding of pid_t argument of prlimit64 syscall.
+  * Fixed sign extension issues in the parser of struct rusage.
+  * Fixed race condition in decoding of timeout argument of recvmmsg and
+    rt_sigtimedwait syscalls.
+  * Fixed build with fresh linux kernel headers.
+
 Noteworthy changes in release 4.12 (2016-05-31)
 ===============================================