SHA256
1
0
forked from pool/htop

- update to htop-1.0.2

* Add IO priority support ('i' key)
  * Avoid deleting .htoprc if it is a symlink
  * Fail gracefully when /proc is not mounted
    (thanks to Philipp Hagemeister)
  * Option to update process names on every refresh
    (thanks to Rob Hoelz)
  * BUGFIX: Fix crashes when process list is empty

OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=19
This commit is contained in:
2012-11-12 12:13:00 +00:00
committed by Git OBS Bridge
parent c6a0fb5ffa
commit 000af5d605
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Nov 12 12:11:20 UTC 2012 - puzel@suse.com
- update to htop-1.0.2
* Add IO priority support ('i' key)
* Avoid deleting .htoprc if it is a symlink
* Fail gracefully when /proc is not mounted
(thanks to Philipp Hagemeister)
* Option to update process names on every refresh
(thanks to Rob Hoelz)
* BUGFIX: Fix crashes when process list is empty
-------------------------------------------------------------------
Fri Feb 17 06:37:59 UTC 2012 - puzel@suse.com