]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
The MythTV protocol has changed, update and release 0.7.2. 0.7.2
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 6 Mar 2008 19:33:54 +0000 (08:33 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Thu, 6 Mar 2008 19:33:54 +0000 (08:33 +1300)
ChangeLog
bin/mythtv-status

index 8eb4283cdd9fb4481e5e127ea1d5a9381b3faaca..d4d1866043cda7cfa611dbdf3353a3e305fda85a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-07     Andrew Ruthven
+       The MythTV protocol on release-0-21-fixes has been increased to 39.
+       Release version 0.7.2
+       
 2008-01-24     Andrew Ruthven
        Release version 0.7.1
 
index 358beb7e7c92dbfece476cfb95ff67e8eb9e6f71..17a37c7cd2e62b433c14cece1a3d2227c3a51756 100755 (executable)
@@ -34,7 +34,7 @@ my $disk_space_warn = 95;  # Percent to warn at.
 my $guide_days_warn = 2;   # How many days we require.
 my $auto_expire_count = 10; # How many auto expire shows to display.
 
-my $VERSION = '0.7.1';
+my $VERSION = '0.7.2';
 
 # Some display blocks are disabled by default:
 $display{'Shows due to Auto Expire'} = 0;
@@ -243,7 +243,7 @@ my @blocks = (
     'name' => 'Total Disk Space',
     'type' => 'xpath',
     'xpath' => '//Status/MachineInfo/Storage',
-    'protocol_version' => [ ">= 32", "<= 37" ],
+    'protocol_version' => [ ">= 32", "<= 39" ],
     'xml_version' => [ "== 0" ],
     'attrs' => [ qw/drive_total_total drive_total_used/ ],
     'commify' => [ qw/drive_total_total drive_total_used/ ],
@@ -261,7 +261,7 @@ my @blocks = (
     'name' => 'Total Disk Space',
     'type' => 'xpath',
     'xpath' => '//Status/MachineInfo/Storage/Group[@id="total"]',
-    'protocol_version' => [ ">= 38" ],
+    'protocol_version' => [ ">= 40" ],
     'xml_version' => [ "> 0" ],
     'attrs' => [ qw/total used/ ],
     'commify' => [ qw/total used/ ],