summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-08-05 21:34:10 +0000
committerPaul Buetow <paul@buetow.org>2011-08-05 21:34:10 +0000
commit4e95157218d2137df00a76f174c0953b24d026c7 (patch)
treef880a7ac7d4377e035e5a02f6a2a4bd3464e6e5e
parenta219ccb66aed233348cd544eb451173e5cfafdfa (diff)
tagged v0.1.3
-rw-r--r--BUGS2
-rw-r--r--CHANGELOG6
-rw-r--r--README4
-rw-r--r--WISHLIST1
-rwxr-xr-xloadbars.pl2
5 files changed, 10 insertions, 5 deletions
diff --git a/BUGS b/BUGS
index 00e3bfc..f5efa54 100644
--- a/BUGS
+++ b/BUGS
@@ -1 +1 @@
-No known bugs
+Sometimes Loadbars hangs using the toggle options having many bars loaded.
diff --git a/CHANGELOG b/CHANGELOG
index 7fbd506..6fd0cdc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
-Fr 5. Aug 21:41:13 CEST 2011
+Fr 5. Aug 23:29:19 CEST 2011
+* Released v0.1.3
* Fixed a segfault bug on SDL::Font using threads
+* Added an advanced help option (h vs. H)
+* Added new toggle option: Displaying bar number vs. hostname
+* Some little code refactoring
Fr 22. Apr 13:08:08 CEST 2011
* Released v0.1.2.1
diff --git a/README b/README
index e010cb4..668b7df 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ For general program informations see http://loadbars.buetow.org
For legal informations see COPYING and COPYING.FONT
-For any program help check out --help or 'h' command
+For any program help check out --help or 'h' and 'H' commands
For a list of features which might be added in the future see WHISHLIST
@@ -22,4 +22,6 @@ Explanation text display:
us = User cpu usage in %
sy = System cpu sage in %
su = System & user cpu usage in %
+ avg = System load average (desc. order: 1, 5 and 15 min. avg.)
+
diff --git a/WISHLIST b/WISHLIST
index 19bda61..3347815 100644
--- a/WISHLIST
+++ b/WISHLIST
@@ -1,2 +1 @@
-- Extended text display (hostname, cpu number, etc..)
- Stats for other stuff (e.g. memory, inodes..., disk usage)
diff --git a/loadbars.pl b/loadbars.pl
index b8b0f8d..d4b6c88 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -51,7 +51,7 @@ use threads::shared;
use constant {
DEPTH => 8,
PROMPT => 'loadbars> ',
- VERSION => 'loadbars v0.1.2.2-devel',
+ VERSION => 'loadbars v0.1.3',
COPYRIGHT => '2010-2011 (c) Paul Buetow <loadbars@mx.buetow.org>',
NULL => 0,
MSG_TOGGLE_TXT => 1,