misc: Add NEWS for pidof -t

Added NEWS item for previous commit to add -t option to pidof

References:
 dd9310da0b19c06382ee205f77ed211dd8ba8ccf
 !190
This commit is contained in:
Craig Small 2023-08-15 21:04:06 +10:00
parent dd9310da0b
commit 0f4de1c438

1
NEWS
View File

@ -7,6 +7,7 @@ procps-ng-NEXT
* free: -L one line output issue #156
* pgrep: Use only --signal option for signal Debian #1031765
* pgrep: suppress >15 warning if using regex Debian #1037450
* pidof: Add -t option to show threads merge #190
* pmap: Reset totals between processes issue #298
* ps: fixed missing or corrupted fields with -m option Debian #1036631, issue #279
* ps: Fix buffer overflow in -C option CVE-2023-4016 Debian #1042887, issue #297