OBS User unknown
2008-07-11 20:45:50 +00:00
committed by Git OBS Bridge
parent 9f29ab8166
commit 05404d31bd
4 changed files with 46 additions and 10 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jul 11 17:29:45 CEST 2008 - bwalle@suse.de
- update to htop 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.
* 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.
* BUGFIX: avoid crashing when using many meters
- change source tarball format to bzip2
-------------------------------------------------------------------
Mon Nov 26 11:18:29 CET 2007 - thoenig@suse.de