summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-02-25 20:10:19 +0100
committerPaul Buetow <paul@buetow.org>2012-02-25 20:10:19 +0100
commit1440e0d2e5065221cee0e4c6565842ee3dac7431 (patch)
tree4600db2b7128da960ac7e65cd7c20eef0b26b9ad
parentb7c58f16d1e1bff13ce5700aed836506568ca67e (diff)
Prepare vor v0.5.1
-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',