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)
===============================================