From c74c38760df69bb87e93dff18cf91464e5d02f37 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:22 +0200 Subject: Imported Upstream version 0.8.1 --- ChangeLog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 733c666..28e645c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,35 @@ +What's new in version 0.8.1 + +* Linux-VServer support + (thanks to Jonathan Sambrook and Benedikt Bohm) +* Battery meter + (thanks to Ian Page Hands) +* BUGFIX: Fix collection of IO stats in multithreaded processes + (thanks to Gerhard Heift) +* Remove assertion that fails on hardened kernels + (thanks to Wolfram Schlich for the report) + +What's new in version 0.8 + +* Ability to change sort column with the mouse by + clicking column titles (click again to invert order) +* Add support for Linux per-process IO statistics, + enabled with the --enable-taskstats flag, which + requires a kernel compiled with taskstats support. + (thanks to Tobias Oetiker) +* Add Unicode support, enabled with the --enable-unicode + flag, which requires libncursesw. + (thanks to Sergej Pupykin) +* BUGFIX: Fix display of CPU count for threaded processes. + When user threads are hidden, process now shows the + sum of processor usage for all processors. When user + threads are displayed, each thread shows its own + processor usage, including the root thread. + (thanks to Bert Wesarg for the report) +* BUGFIX: avoid crashing when using many meters + (thanks to David Cho for the report) + What's new in version 0.7 * CPU affinity configuration ('a' key) -- cgit v1.2.3