diff options
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rwxr-xr-x | loadbars.pl | 2 |
2 files changed, 3 insertions, 5 deletions
@@ -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), |
