summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-08-07 12:15:26 +0000
committerPaul Buetow <paul@buetow.org>2011-08-07 12:15:26 +0000
commit5224380f09d1458b3ba51e0ba29897c0a19cddd6 (patch)
treeaa3de30eae951858c8281d7c475bb369c1d388c3
parenta9e10717b1e1dad4f27273858eeaf4196ec4e6b8 (diff)
Initial new version
-rw-r--r--CHANGELOG3
-rw-r--r--README8
-rwxr-xr-xloadbars.pl2
3 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ed2e3f8..51ef5ac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+So 7. Aug 14:15:06 CEST 2011
+* Some more documentation
+
So 7. Aug 14:06:45 CEST 2011
* Released v0.2.0.1 (Bugfixes only)
diff --git a/README b/README
index 668b7df..e96b848 100644
--- a/README
+++ b/README
@@ -8,6 +8,14 @@ For a list of features which might be added in the future see WHISHLIST
For a changelog see CHANGELOG
+For a list of all known bugs see BUGS
+
+Versioning schema: a.b.c.d, where
+ d = Bugfixes only release
+ c = Minor release (new features or minor code refactoring)
+ b = Major release (new features or major code refactoring)
+ a = Don't know yet. Maybe will stay forever 0.
+
Explanation colors:
Blue: System cpu usage
Purple: System usage if it's >30%
diff --git a/loadbars.pl b/loadbars.pl
index 5e06bb6..863ae8f 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -49,7 +49,7 @@ use threads::shared;
use constant {
DEPTH => 8,
- VERSION => 'loadbars v0.2.0.1',
+ VERSION => 'loadbars v0.2.0.2-devel',
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),