summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (venus) <paul@buetow.org>2012-02-04 10:58:00 +0100
committerPaul Buetow (venus) <paul@buetow.org>2012-02-04 10:58:00 +0100
commita9ee3fde00a793bfa58087342d8caac2287a1af8 (patch)
tree9dbfdffa4f673742d0ffb227810cec6fa8d9763e
parent61f00b7b1c6cd684822bc7e3cf1a0747dcae97bc (diff)
getting ready for v0.5.0 release
-rw-r--r--CHANGELOG4
-rwxr-xr-xloadbars2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 88c48b9..5c4a36c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
-* Add stats for memory (--showmem option or m hotkey)
+Sat Feb 4 10:56:27 CET 2012
+* Release v0.5.0
+* Add stats for rudimentary memory and swap usage (--showmem option or m hotkey)
* Remove --width and --inter options
* Add --barwidth option, each bar is barwidth pixels now
* Add --maxwidth option, which represents the max total window width
diff --git a/loadbars b/loadbars
index 7c1f0b2..c24ba64 100755
--- a/loadbars
+++ b/loadbars
@@ -26,7 +26,7 @@ use threads;
use threads::shared;
use constant {
- VERSION => 'loadbars v0.5.0-devel',
+ VERSION => 'loadbars v0.5.0',
Copyright => '2010-2012 (c) Paul Buetow <loadbars@mx.buetow.org>',
CSSH_CONFFILE => '/etc/clusters',
CSSH_MAX_RECURSION => 10,