]> granicus.if.org Git - strace/commitdiff
Prepare for 5.2 release v5.2
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 12 Jul 2019 12:13:14 +0000 (12:13 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 12 Jul 2019 12:13:14 +0000 (12:13 +0000)
* NEWS: Update for 5.2 release.

NEWS

diff --git a/NEWS b/NEWS
index 8241dc40e34c306616f10bd75771ae7a98782310..370a7ccd3fe64a2659f0e6c78c925fc5b45caf07 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,21 +1,23 @@
-Noteworthy changes in release ?.? (????-??-??)
+Noteworthy changes in release 5.2 (2019-07-12)
 ==============================================
 
-* Bug fixes
-  * Fixed syscall tampering on powerpc, powerpc64, sparc, and sparc64 when
-    PTRACE_GET_SYSCALL_INFO is in use.
-
 * Improvements
   * Implemented syscall return status filtering with -e status=set option
     and its aliases: -z (limit syscall printing to successful syscalls only)
     and -Z (limit syscall printing to failed syscalls only).
   * Implemented decoding of open_tree, move_mount, fsopen, fsconfig, fsmount,
     and fspick syscalls.
-  * Enhanced decoding of bpf, clone, mbind, and set_mempolicy syscalls.
+  * Enhanced decoding of bpf, clone, inotify_init, mbind, and set_mempolicy
+    syscalls.
   * Updated lists of AT_*, AUDIT_*, BPF_*, CLONE_*, ETH_*, KEY_*, KVM_*, MPOL_*,
     TIPC_*, and V4L2_* constants.
   * Updated lists of ioctl commands from Linux 5.2.
 
+* Bug fixes
+  * Fixed syscall tampering on powerpc, powerpc64, sparc, and sparc64 when
+    PTRACE_GET_SYSCALL_INFO is in use.
+  * Fixed build with cutting-edge toolchain.
+
 Noteworthy changes in release 5.1 (2019-05-22)
 ==============================================