htop/htop.changes

143 lines
5.2 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Nov 29 09:54:23 UTC 2010 - puzel@novell.com
- update to htop-0.9
* Add support for "steal"/guest CPU time measurement
in virtualization environments
* Expand and collapse subtrees using '+' and '-' when in tree-view
* Support for cgroups
* Show custom thread names
* Add support for STARTTIME field
* Upgrade PLPA to version 1.3.2
* Fix license terms with regard to PLPA
* getopt-based long options and --no-color
* BUGFIX: Fix display of nan% in CPU meters
* BUGFIX: Fix memory leak
* Add Bash/emacs style navigation keys
* Improve battery meter support
* BUGFIX: Fix IO-wait color in "Black on White" scheme
* BUGFIX: Fix search by process name when list is filtered by
user.
* BUGFIX: Fix alignment for display of memory values above 100G
- drop htop-non-printable-characters.patch (in upstream)
-------------------------------------------------------------------
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
- Use %_smp_mflags
-------------------------------------------------------------------
Tue Dec 15 00:13:43 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Wed Jun 24 14:13:39 CEST 2009 - puzel@novell.com
- update to htop-0.8.3
* BUGFIX: Fix crash on F6 key (thanks to Rainer Suhm)
* BUGFIX: Fix a minor bug which affected the build process.
-------------------------------------------------------------------
Tue Jun 2 12:54:34 CEST 2009 - puzel@suse.cz
- update to 0.8.2
* Integrated lsof (press 'l')
* Fix display of gigabyte-sized values
* Option to display hostname in the meters area
* Rename VEID to CTID in OpenVZ systems
* Corrections to the desktop entry file
* BUGFIX: Correct page size calculation for FreeBSD systems
* Allow compilation without PLPA on systems that don't support it
* BUGFIX: Fix missing tree view when userland threads are hidden
* BUGFIX: Fix for VPID on OpenVZ systems
- Recommends strace and lsof
- use suse_update_desktop_file macro
-------------------------------------------------------------------
Fri Nov 21 10:57:51 CET 2008 - thoenig@suse.de
- add python to build requires
-------------------------------------------------------------------
Fri Nov 21 09:45:29 CET 2008 - thoenig@suse.de
- add patch htop-non-printable-characters.patch: Don't try to show
non-printable charcaters (bnc#440951)
-------------------------------------------------------------------
Tue Sep 23 19:15:12 CEST 2008 - thoenig@suse.de
- Linux-VServer support
- battery meter
- fix collection of IO stats in multithreaded processes
- remove assertion that fails on hardened kernels
-------------------------------------------------------------------
Thu Jul 31 13:57:32 CEST 2008 - puzel@suse.cz
- configure with --enable-taskstats to enable
per-processes IO statistics
- use %configure and %makeinstall macros
-------------------------------------------------------------------
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
- 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
- Update to htop 0.6.6
- Changes:
* Add support of NLWP field
* BUGFIX: Fix use of configurable /proc location
* Fix memory percentage calculation and make it saner
* Added display of DRS, DT, LRS and TRS
* BUGFIX: LRS and DRS memory values were flipped
* BUGFIX: Don't crash on very high UIDs
-------------------------------------------------------------------
Tue May 22 13:16:21 CEST 2007 - thoenig@suse.de
- Initial package submission (htop 0.6.5)
- Add patch htop-desktop-file-fix-thoenig-01.patch