From e7995652be25df103681660412fe2b9082875c9a Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Fri, 16 Aug 2019 00:00:00 -0500 Subject: [PATCH] NEWS: update/catch up with the 'master' branch version With the two preceding 'catch up' patches, this newlib NEWS can now be made identical to that master version. [ it's assumed any releases prior to 3.3.15 have all ] [ been represented under newlib (where appropriate). ] Signed-off-by: Jim Warner --- NEWS | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1bcf3246..0401562b 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,36 @@ +procps-ng-NEXT +---------------- + * docs: Use correct symbols for -h option in free.1 Debian #898774 + * docs: ps.1 now warns about command name length issue #101 + * pgrep: Match on runstate issue #109, Debian #919381 + * top: can now exploit 256-color terminals issue #96 + * top: preserves 'other filters' in configuration file issue #99 + * top: can now collapse/expand forest view children issue #99 + * top: parent %CPU time includes collapsed children + * top: improve xterm support for vim navigation keys issue #135 + * top: avoid segmentation fault at program termination Redhat #1737552 + +procps-ng-3.3.15 +---------------- + * library: Increment to 8:0:1 + No removals, no new functions + Changes: slab and pid structures + * library: Just check for SIGLOST and don't delete it issue #93 + * library: Fix integer overflow and LPE in file2strvec CVE-2018-1124 + * library: Use size_t for alloc functions CVE-2018-1126 + * library: Increase comm size to 64 + * pgrep: Fix stack-based buffer overflow CVE-2018-1125 + * pgrep: Remove >15 warning as comm can be longer issue #92 + * ps: Fix buffer overflow in output buffer, causing DOS CVE-2018-1123 + * ps: Increase command name selection field to 64 + * top: Don't use cwd for location of config CVE-2018-1122 + procps-ng-3.3.14 ---------------- + * free: Fix scaling on 32-bit systems issue #89 * pgrep: Don't segfault on non match Debian #894917 * pgrep/pkill: Revert so matches all namespaces issue #91 - * free: Fix scaling on 32-bit systems issue #89 * library: Build on non-glibc systems issue #88 - * library: Just check for SIGLOST and don't delete it issue #93 procps-ng-3.3.13 ----------------