]> granicus.if.org Git - strace/commitdiff
Update NEWS
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 24 Dec 2018 20:00:11 +0000 (20:00 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 24 Dec 2018 20:11:43 +0000 (20:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 041345d5c99b1baa069e98ade0a894ef5455d4ce..27a2bfb4b00840c82f68ca03d0829f7731ac5745 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,35 @@
 Noteworthy changes in release ?.?? (????-??-??)
 ===============================================
 
+* License
+  * The test suite is now provided under the terms of
+    the GNU General Public License version 2 or later.
+  * All the rest of strace is now provided under the terms of
+    the GNU Lesser General Public License version 2.1 or later.
+
 * Changes in behavior
   * If strace is interrupted by a signal it handles (currently
     one of HUP, INT, QUIT, PIPE, or TERM), strace terminates
     itself with this signal.
 
+* Improvements
+  * Implemented obtainment of system call information using
+    PTRACE_GET_SYSCALL_INFO ptrace API.
+  * Implemented decoding of PTRACE_GET_SYSCALL_INFO ptrace request.
+  * Implemented decoding of BLKGETZONESZ, BLKGETNRZONES, and RND* ioctl
+    commands.
+  * Enhanced xlat styles support configured by -X option.
+  * Enhanced internet address formatting in structureless contexts.
+  * Enhanced decoding of getsockopt SO_ERROR option.
+  * Enhanced error diagnostics when the first exec fails.
+  * Added %net as a short form of %network in syscall specifications.
+  * Enhanced manual page.
+
+* Bug fixes
+  * Fixed "xlat_idx: Unexpected xlat value 0" warnings.
+  * Fixed sthyi output format on s390.
+  * Documented -X option in strace -h output.
+
 Noteworthy changes in release 4.25 (2018-10-30)
 ===============================================