From 2d97d2a524b86f1a7868213eb8870d773c7f2792 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Fri, 7 Mar 2008 08:33:54 +1300 Subject: [PATCH] The MythTV protocol has changed, update and release 0.7.2. --- ChangeLog | 4 ++++ bin/mythtv-status | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8eb4283..d4d1866 100644 --- 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 diff --git a/bin/mythtv-status b/bin/mythtv-status index 358beb7..17a37c7 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -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/ ], -- 2.30.2