summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rwxr-xr-xloadbars2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 88c48b9..5c4a36c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/loadbars b/loadbars
index 7c1f0b2..c24ba64 100755
--- a/loadbars
+++ b/loadbars
@@ -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,