]> granicus.if.org Git - strace/commitdiff
Update NEWS
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 25 Oct 2018 10:37:49 +0000 (10:37 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 25 Oct 2018 20:50:32 +0000 (20:50 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d13cb66fbc039a23e72b3093f3dcfb0993dd9028..d3f3ce1b55c393a8e9c96f4f01700c22b1a71e1b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,25 @@ Noteworthy changes in release ?.?? (????-??-??)
 ===============================================
 
 * Improvements
+  * Implemented decoding of KVM_CHECK_EXTENSION and NBD_* ioctl commands.
+  * Implemented decoding of SOL_XDP socket option names.
+  * Implemented decoding of AF_PACKET protocols in socket syscall.
+  * Implemented decoding of AF_AX25 and AF_X25 addresses, protocols,
+    and options.
+  * Implemented stack trace printing on receiving signals.
+  * Enhanced xlat styles support configured by -X option.
+  * Enhanced decoding of IFLA_*, NETCONFA_*, and SMC_DIAG_* netlink attributes.
+  * Wired up io_pgetevents syscall on arm, sparc, and sparc64.
+  * Updated lists of AF_*, AUDIT_*, BPF_*, IFLA_*, IN_*, IPSTATS_*,
+    IPV4_DEVCONF_*, NT_*, SCTP_*, SO_*, SOCK_*, SOL_*, and V4L2_* constants.
   * Updated lists of ioctl commands from Linux 4.19.
 
+* Bug fixes
+  * Fixed decoding of bit sets in evdev ioctl commands.
+  * Fixed decoding of EVIOCGBIT(0, ...) ioctl commands.
+  * Fixed test suite for the case when mlockall and unimplemented syscalls
+    are explicitly disabled by a seccomp filter.
+
 Noteworthy changes in release 4.24 (2018-08-14)
 ===============================================