]> granicus.if.org Git - strace/blobdiff - NEWS
Update SHM_* constants
[strace] / NEWS
diff --git a/NEWS b/NEWS
index 6c7f1876123bae862ef93be2492da74c876fa75d..35d19773e59a4dbf0922f13c3f0c10eb51633d0c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,22 @@ Noteworthy changes in release ?.?? (????-??-??)
 ===============================================
 
 * Improvements
+  * 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_*, SO_*, SOL_*, TCP_*, and UFFD_FEATURE_* constants.
+    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