OBS User unknown
2007-11-26 19:43:22 +00:00
committed by Git OBS Bridge
parent b5026ee7c4
commit 9f29ab8166
4 changed files with 53 additions and 10 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Nov 26 11:18:29 CET 2007 - thoenig@suse.de
- Update to htop 0.7
- Changes:
* CPU affinity configuration ('a' key)
* Improve display of tree view, properly nesting
threads of the same app based on TGID.
* IO-wait time now counts as idle time, which is a more
accurate description. It is still available in
split time, now called detailed CPU time.
(thanks to Samuel Thibault for the report)
* BUGFIX: Correct display of TPGID field
* Add TGID field
* BUGFIX: Don't crash with invalid command-line flags
(thanks to Nico Golde for the report)
* Fix GCC 4.3 compilation issues
(thanks to Martin Michlmayr for the report)
* OpenVZ support, enabled at compile-time with
the --enable-openvz flag.
(thanks to Sergey Lychko)
-------------------------------------------------------------------
Sat Jun 2 16:34:51 CEST 2007 - thoenig@suse.de