diff options
| author | Paul Buetow <paul@buetow.org> | 2012-04-19 23:40:41 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-04-19 23:40:41 +0200 |
| commit | 42f7ad472267b0b0e943229e150370bccb680087 (patch) | |
| tree | 43492bbb27822911a3f0d2c6308b119f20781443 | |
| parent | 4d85ec71fdf3b787e3cb0ad8a2a716cdb77f51a7 (diff) | |
release of v0.5.1.30.5.1.3
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rwxr-xr-x | loadbars | 6 |
2 files changed, 3 insertions, 8 deletions
@@ -1,7 +1,6 @@ -Thu Apr 19 21:39:38 CEST 2012 +Thu Apr 19 23:40:20 CEST 2012 +* Release v0.5.1.3 * Minor change, sleep 0.5s instead of 3s if ssh command fails - -Fri Apr 6 10:17:30 CEST 2012 * Minor fixes such as redraw background on toggle text display which should fix some weird display bugs. @@ -28,7 +28,7 @@ use threads; use threads::shared; use constant { - VERSION => 'loadbars v0.5.1.2-master', + VERSION => 'loadbars v0.5.1.3', COPYRIGHT => '2010-2012 (c) Paul Buetow <loadbars@mx.buetow.org>', CONFFILE => $ENV{HOME} . '/.loadbarsrc', CSSH_CONFFILE => '/etc/clusters', @@ -64,8 +64,6 @@ my %AVGSTATS : shared; my %CPUSTATS : shared; my %MEMSTATS : shared; my %MEMSTATS_HAS : shared; -#my %NETSTATS : shared; -#my %NETSTATS_HAS : shared; # Global configuration hash my %C : shared; @@ -1271,5 +1269,3 @@ sub main () { } main; - -1; |
