From fe3c8d74bccdb0d718790d9fbac68df643e2d9da Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Tue, 13 Sep 2016 08:08:08 -0500 Subject: [PATCH] NEWS: updated with most recent copy from master branch This just brings the newlib branch NEWS into line with the current version from our master branch since those changes have already been incorporated in this branch. Signed-off-by: Jim Warner --- NEWS | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index f97ef37a..0ff69ccb 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,41 @@ procps-ng-NEXT ---------------- - * ps: sort by cgroup Debian #692279 + * watch: define HOST_NAME_MAX where not defined Debian #830734 + * library: dont use vm_min_free on non Linux Debian #831396 + * library: dont use SIGPWR on FreeBSD Debian #832148 + * pmap: fix duplicate output line under '-x' option Redhat #1374061 + * top: eliminated minor libnuma memory leak + +procps-ng-3.3.12 +---------------- + * libprocps API 6:0:0 + * build: formerly optional --enable-oomem unconditional + * free: man document rewritten for shared Debian #755233 + * free: interpret intervals in non-locale way Debian #692113 + * kill: report error if cannot kill process Debian #733172 + * library: refine calculation of 'cached' memory + * library: find tty quicker Debian #770215 + * library: eliminate threads display inconsistencies Redhat #1284091 + * pidof: check cmd if space found in argv0 + * pmap: fixed detail parsing on long mapping lines + * pmap: fix occasional incorrect memory usage values Redhat #1262864 + * ps: sort by cgroup Debian #692279 * ps: display control group name with -o cgname - * ps: Fallback to attr/current for context Debian #786956 - * tests: Conditionally add prctl Debian #816237 - * pidof: check cmd if space in argv0. GitLab #4 - * kill: report error if cannot kill process Debian #733172 - * watch: Add hostname to header - * library: Find tty quicker Debian #770215 - * watch,free: use locale-independent float Debian #692113 + * ps: fallback to attr/current for context Debian #786956 + * ps: enabled broken 'thcount' option Redhat #1174313 + * tests: conditionally add prctl Debian #816237 + * top: displays the 3 new linux-4.5 RES memory fields + * top: man page memory fields corrected + new narrative + * top: added display of CGNAME (control group name) + * top: is now more responsive to cpus brought online + * top: namespace cols use suppressible zero + * top: zero suppress ('0') includes out-of-memory & nice + * top: better 'i' toggle management when scrolled + * top: the '=' key now includes active locate requests + * vmstat: devices exceeding 15 chars now displayed Redhat #586078 + * watch: hostname added to header + * watch: better handling ANSI including esc[m Debian #830313 + * watch: use locale-independent float Debian #692113 procps-ng-3.3.11 ----------------