]> granicus.if.org Git - strace/commitdiff
Update NEWS
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 4 Aug 2018 11:45:20 +0000 (11:45 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 4 Aug 2018 11:45:20 +0000 (11:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e2831b22ae3646fcebc67808388b414b618203ba..de35f68149b39b629998c9c1d2a21f45779acccc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,17 @@ Noteworthy changes in release ?.?? (????-??-??)
   * Implemented decoding of kvm vcpu exit reason (-e kvm=vcpu option),
     requires Linux kernel version 4.16.0 or higher.
   * Implemented decoding of KVM_SET_CPUID2 and KVM_GET_*_CPUID ioctl commands.
+  * Enhanced decoding of corner cases of SO_LINGER, SO_PEERCRED,
+    and PACKET_STATISTICS getsockopt options.
+  * Wired up io_pgetevents and rseq syscalls on hppa, microblaze, mips, powerpc,
+    and s390.
+  * Updated lists of AUDIT_*, BPF_*, IFA_*, IFLA_*, RTA_*, RTPROT_*, TCP_*,
+    TRAP_*, and UDP_* constants.
+
+* Bug fixes
+  * Fixed decoding of Q_XGETQSTAT on non-native personalities.
+  * Fixed race condition in aio test.
+  * Fixed build with Bionic libc.
 
 Noteworthy changes in release 4.23 (2018-06-14)
 ===============================================