From: Andrew Ruthven Date: Wed, 18 Jun 2008 00:50:01 +0000 (+1200) Subject: Bump version to 0.8.0. X-Git-Tag: 0.8.0 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b10546182984ecade06628c65330ff1c002671d;p=mythtv-status.git Bump version to 0.8.0. --- diff --git a/ChangeLog b/ChangeLog index 3da4c22..1c6ce08 100644 --- 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. diff --git a/bin/mythtv-status b/bin/mythtv-status index 6161de7..72c48a2 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -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;