diff options
| author | Paul Buetow <paul@buetow.org> | 2012-02-25 20:10:19 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-02-25 20:10:19 +0100 |
| commit | 1440e0d2e5065221cee0e4c6565842ee3dac7431 (patch) | |
| tree | 4600db2b7128da960ac7e65cd7c20eef0b26b9ad | |
| parent | b7c58f16d1e1bff13ce5700aed836506568ca67e (diff) | |
Prepare vor v0.5.1
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rwxr-xr-x | loadbars | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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: @@ -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', |
