]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Bump version to 0.8.0. 0.8.0
authorAndrew Ruthven <andrew@etc.gen.nz>
Wed, 18 Jun 2008 00:50:01 +0000 (12:50 +1200)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Wed, 18 Jun 2008 00:50:01 +0000 (12:50 +1200)
ChangeLog
bin/mythtv-status

index 3da4c22221131cab943d2c86338de7e92baa6047..1c6ce08be1bdfdf64be2c1b55960320519f20613 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,13 @@
 2008-06-18     Andrew Ruthven
        Modify the auto expire logic to reduce the amount of needless work
        that is done.  Thank youy Tom Metro for point this out.
+       Release version 0.8.0.
 
 2008-05-28     Andrew Ruthven
        It turns out that secondary backends don't return total diskspace,
        handle that in a nicer manner.  Thank you Steve Gunther for letting
        me know.
 
-
 2008-05-23     Andrew Ruthven
        Add a timeout for the HTTP request to the backend.
 
index 6161de7b683ae8239bd416bc7343c38a042b7618..72c48a2378b98510e00e1dd6e6099fe9c478025e 100755 (executable)
@@ -37,7 +37,7 @@ my $recording_in_warn = 60 * 60; # When is the next recording considered critica
 
 my $return_code_only = 0;
 
-my $VERSION = '0.7.5';
+my $VERSION = '0.8.0';
 
 # Some display blocks are disabled by default:
 $display{'Shows due to Auto Expire'} = 0;