summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpbuetow (lxpbuetow) <puppet@mx.buetow.org>2011-12-27 12:28:55 +0100
committerpbuetow (lxpbuetow) <puppet@mx.buetow.org>2011-12-27 12:28:55 +0100
commitdddacc0f9f02f40541db17d787642319e736e4ce (patch)
tree7092158cf2efa358cd2d5e04b1731037bfd65111
parent578c3a4320ec746978089cb770187934d38f767e (diff)
Releases v0.3.1
-rw-r--r--CHANGELOG2
-rwxr-xr-xloadbars2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2cc4235..c50f79d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+Tue Dec 27 12:28:40 CET 2011
+* Released v0.3.1
* --cluster option (which reads the ClusterSSH config file /etc/clusters/)
also supports clusters of clusters. e.g.:
$ cat /etc/clusters
diff --git a/loadbars b/loadbars
index 70df6e8..1995bb0 100755
--- a/loadbars
+++ b/loadbars
@@ -26,7 +26,7 @@ use threads::shared;
use constant {
DEPTH => 8,
- VERSION => 'loadbars v0.3.1-devel',
+ VERSION => 'loadbars v0.3.1',
Copyright => '2010-2011 (c) Paul Buetow <loadbars@mx.buetow.org>',
CSSH_CONFFILE => '/etc/clusters',
CSSH_MAX_RECURSION => 10,