diff options
| -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', |
