From f922fcc2ef2b301de6fcdbaf893258fb9ce78a5f Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 24 Jul 2016 23:40:14 +0000 Subject: [PATCH] NEWS: Prepare for 4.13 release --- NEWS | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 69f2bb5a..1daf0bf0 100644 --- 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) ===============================================