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!
This commit is contained in:
Hisham Muhammad
2008-03-09 08:02:22 +00:00
parent 460608d6e2
commit 12f4f09e6e
6 changed files with 149 additions and 4 deletions

View File

@ -1,6 +1,10 @@
What's new in version 0.7.1
* 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)