From: Dmitry V. Levin Date: Mon, 17 Jul 2017 19:55:17 +0000 (+0000) Subject: Update NEWS X-Git-Tag: v4.19~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d62a6072d382be2b060751b870523e195c9ddbf;p=strace Update NEWS --- diff --git a/NEWS b/NEWS index fb2e5e76..6d621e74 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,14 @@ Noteworthy changes in release ?.?? (????-??-??) of setsockopt syscall. * Implemented decoding of linux socket filter programs specified for SO_ATTACH_FILTER and SO_ATTACH_REUSEPORT_CBPF socket options. + * Implemented decoding of inet_diag_req_v2, inet_diag_req_compat, + packet_diag_msg, and smc_diag_msg netlink attributes of NETLINK_SOCK_DIAG. + * Implemented NETLINK_SELINUX protocol specific decoding. + * Updated lists of BPF_*, RWF_*, SCM_*, and SO_* constants. + +* Bug fixes + * Fixed output formatting of blkpg_ioctl_arg, dm_name_list, and iocb + structures. Noteworthy changes in release 4.18 (2017-07-05) ===============================================