diff options
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rwxr-xr-x | loadbars | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ -* Add stats for memory (--showmem option or m hotkey) +Sat Feb 4 10:56:27 CET 2012 +* Release v0.5.0 +* Add stats for rudimentary memory and swap usage (--showmem option or m hotkey) * Remove --width and --inter options * Add --barwidth option, each bar is barwidth pixels now * Add --maxwidth option, which represents the max total window width @@ -26,7 +26,7 @@ use threads; use threads::shared; use constant { - VERSION => 'loadbars v0.5.0-devel', + VERSION => 'loadbars v0.5.0', Copyright => '2010-2012 (c) Paul Buetow <loadbars@mx.buetow.org>', CSSH_CONFFILE => '/etc/clusters', CSSH_MAX_RECURSION => 10, |
