From: Dmitry V. Levin Date: Mon, 24 Dec 2018 20:00:11 +0000 (+0000) Subject: Update NEWS X-Git-Tag: v4.26~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62b47db1acc73fbdbd012d36c4ce41342a16ab99;p=strace Update NEWS --- diff --git a/NEWS b/NEWS index 041345d5..27a2bfb4 100644 --- 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) ===============================================