From: Jim Warner Date: Mon, 19 Jul 2021 05:00:00 +0000 (-0500) Subject: NEWS: just play catch up with some top implementations X-Git-Tag: v4.0.0~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=963d8ad52fdf35e8af28649bf97fe3c0c79e0e5b;p=procps-ng NEWS: just play catch up with some top implementations These changes were already implemented for this newlib version, but not in the the master branch top version. [ and we also add the missing 3.3.17 ps 'exe' change ] Signed-off-by: Jim Warner --- diff --git a/NEWS b/NEWS index 13543817..94e41f09 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ procps-ng-NEXT * ps: Add PSS and USS fields issue #112 * slabtop: Don't combine d and o options issue #160 * sysctl: Check resolved path to be under /proc/sys issue #179 + * top: added LOGID similar to 3.3.13 ps LUID + * top: added EXE identical to 3.3.17 ps EXE * top: exploit some library smaps_rollup provisions issue #112 * top: added four new IO accounting fields issue #184 @@ -26,6 +28,7 @@ procps-ng-3.3.17 * pidof: show worker threads Redhat #1803640 * ps.1: Mention stime alias issue #164 * ps: check also match on truncated 16 char comm names + * ps: Add exe output option Redhat #1399206 * pwait: New command waits for a process merge #97 * sysctl: Match systemd directory order Debian #950788 * sysctl: Document directory order Debian #951550