diff options
author | Jim Warner <james.warner@comcast.net> | 2019-08-16 00:00:00 -0500 |
---|---|---|
committer | Craig Small <csmall@dropbear.xyz> | 2019-09-22 07:32:03 +1000 |
commit | e7995652be25df103681660412fe2b9082875c9a (patch) | |
tree | f069ff70187979b2b61180f77e88f0b39fccd527 /NEWS | |
parent | 3caa7079d69de8b8e5cfd88ff91ce4e925c88d80 (diff) | |
download | procps-ng-e7995652be25df103681660412fe2b9082875c9a.tar.gz |
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 <james.warner@comcast.net>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 30 |
1 files changed, 28 insertions, 2 deletions
@@ -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 ---------------- |