summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-08-12 19:34:25 +0000
committerPaul Buetow <paul@buetow.org>2011-08-12 19:34:25 +0000
commit65d54b3c6f7b4a975e602ed5da85440b57f855d9 (patch)
treea1c4dcbb3f4198f775fb5caef61f27a49da856a2
parent6d0ee4e8e933995025c752fed2732f3f319905eb (diff)
Tagged v0.2.1
-rw-r--r--CHANGELOG6
-rwxr-xr-xloadbars.pl2
2 files changed, 3 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4ff70ba..6a767c4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,6 @@
So 7. Aug 15:53:08 CEST 2011
-* Added grey separator lines between each hosts if displaying
- each single core
-* More intelligent CPU core numbering if displaying each single
- core (starting counting by 0 for each host).
+* Added grey separator lines between each hosts during CPU toggle mode
+* More intelligent CPU core numbering during CPU toggle mode
* FreeBSD server support for CPU graphs has been tested and is working using
linprocfs mounted on /compat/linux/proc.
* Changed licence to GPL 2
diff --git a/loadbars.pl b/loadbars.pl
index 8cc8a72..4226c4d 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -26,7 +26,7 @@ use threads::shared;
use constant {
DEPTH => 8,
- VERSION => 'loadbars v0.2.1-devel',
+ VERSION => 'loadbars v0.2.1',
Copyright => '2010-2011 (c) Paul Buetow <loadbars@mx.buetow.org>',
BLACK => SDL::Color->new(-r => 0x00, -g => 0x00, -b => 0x00),
BLUE => SDL::Color->new(-r => 0x00, -g => 0x00, -b => 0xff),