~ubuntu-branches/ubuntu/jaunty/htop/jaunty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Bartosz Fenski
  • Date: 2008-04-26 13:57:14 UTC
  • mfrom: (1.1.10 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080426135714-teunz1rh1mda44w1
Tags: 0.7-1
* New upstrem version. (Closes: #452634)
* Move URL to homepage header.
* Bumped Standards-Version (no changes needed).
* Fixed watch file. (Closes: #449631)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
What's new in version 0.6.7
2
 
 
 
1
 
 
2
What's new in version 0.7
 
3
 
 
4
* CPU affinity configuration ('a' key)
 
5
* Improve display of tree view, properly nesting
 
6
  threads of the same app based on TGID.
 
7
* IO-wait time now counts as idle time, which is a more
 
8
  accurate description. It is still available in
 
9
  split time, now called detailed CPU time.
 
10
  (thanks to Samuel Thibault for the report)
 
11
* BUGFIX: Correct display of TPGID field
 
12
* Add TGID field
3
13
* BUGFIX: Don't crash with invalid command-line flags
4
14
  (thanks to Nico Golde for the report)
5
15
* Fix GCC 4.3 compilation issues