]> granicus.if.org Git - strace/blobdiff - NEWS
Update SHM_* constants
[strace] / NEWS
diff --git a/NEWS b/NEWS
index 416bbc288cb741be20f77f6089f00cd3137bd63c..35d19773e59a4dbf0922f13c3f0c10eb51633d0c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,26 @@ Noteworthy changes in release ?.?? (????-??-??)
 ===============================================
 
 * Improvements
-  * Updated lists of ARPHRD_*, BPF_*, ETH_P_*, MADV_*, SO_*, SOL_* and TCP_*
+  * Implemented decoding of netlink descriptor attributes as file descriptors.
+  * Enhanced decoding of getsockopt and setsockopt syscalls for SOL_NETLINK
+    level.
+  * Updated lists of MSG_* and SHM_* constants.
+
+Noteworthy changes in release 4.20 (2017-11-13)
+===============================================
+
+* Improvements
+  * Implemented decoding of NETLINK_NETFILTER netlink message types and flags.
+  * Implemented decoding of SECCOMP_GET_ACTION_AVAIL operation of seccomp
+    syscall.
+  * Updated lists of ARPHRD_*, BPF_*, ETH_P_*, LOOP_*, MADV_*,
+    MEMBARRIER_CMD_*, MFD_*, SECCOMP_*, SO_*, SOL_*, TCP_*, and UFFD_FEATURE_*
     constants.
+  * Added decoding of statx syscall on hppa.
+  * Updated lists of ioctl commands from Linux 4.14.
+
+* Bug fixes
+  * Fixed powerpc personality support on powerpc64.
 
 Noteworthy changes in release 4.19 (2017-09-05)
 ===============================================