]> granicus.if.org Git - strace/commitdiff
NEWS: Update for 4.9 release
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 15 Aug 2014 00:36:36 +0000 (00:36 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 15 Aug 2014 00:36:36 +0000 (00:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a311c34d434f5e9ed60da3878f3f4e8c0523d8fc..8828c1fa915fc1457f0fcc260250a993730b40f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,15 +15,18 @@ Noteworthy changes in release 4.9 (????-??-??)
   * Enhanced tracing of x86 personality processes on x86_64 and x32.
   * Enhanced tracing of ARM personality processes on AArch64.
   * Enhanced 32/64bit personality detection on PowerPC.
+  * Implemented decoding of add_key, ioprio_get, ioprio_set, kexec_load, keyctl,
+    renameat2, and request_key syscalls.
   * Robustified decoding of select, pselect, and io_submit syscalls.
-  * Enhanced decoding of delete_module, fcntl, setdomainname, sethostname,
-    setns, and sync_file_range syscalls.
+  * Enhanced decoding of delete_module, fanotify_init, fanotify_mark, fcntl,
+    setdomainname, sethostname, setns, and sync_file_range syscalls.
   * Enhanced decoding of signal bitmasks.
   * Enhanced decoding of file descriptors.
   * Enhanced siginfo_t decoding.
   * Enhanced PF_NETLINK decoding.
   * Updated CLOCK_* constants
     (addresses Fedora bug #1088455).
+  * Added new syscall entries to match Linux 3.16.
 
 * Bug fixes
   * Added shmat and shmdt to the set of memory mapping related syscalls.