summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rwxr-xr-xloadbars2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8e51310..3733304 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+Sat Feb 25 20:09:02 CET 2012
+* Release v0.5.1
* Add config file support (~/.loadbarsrc) and it's possible to configure
any option you find in --help but without leading '--'. For comments
just use the '#' sign. Sample config:
diff --git a/loadbars b/loadbars
index 035c1a4..5015664 100755
--- a/loadbars
+++ b/loadbars
@@ -26,7 +26,7 @@ use threads;
use threads::shared;
use constant {
- VERSION => 'loadbars v0.5.1-devel',
+ VERSION => 'loadbars v0.5.1',
COPYRIGHT => '2010-2012 (c) Paul Buetow <loadbars@mx.buetow.org>',
CONFFILE => $ENV{HOME} . '/.loadbarsrc',
CSSH_CONFFILE => '/etc/clusters',