]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Use the current ProtoVer as used by 0.23.
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 19 May 2011 09:14:18 +0000 (21:14 +1200)
committerAndrew Ruthven <andrew@etc.gen.nz>
Thu, 19 May 2011 09:14:18 +0000 (21:14 +1200)
ChangeLog
bin/mythtv-status

index 5051a2a9b7eaccf08c87434df695f3b120a818ee..c2891fc7791a7a1c91b04327dfcbdb0d87837efe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2011-06-15      Andrew Ruthven
+2011-05-19     Andrew Ruthven
+       It seems that MythTV has changed the ProtoVer field in
+       0.23 to be a different version number.  Update some
+       stanzas to use current version numbers.
+
+2011-05-15      Andrew Ruthven
        My method of trying to ensure that we don't have long lived
        processes hanging around didn't work.  Now we fork a child
        to perform the query.
index 10491d67e61c4032adf7e3b9d231d423131247ec..5fe32f96ec24d975f5479fe63592d9f29695f00a 100755 (executable)
@@ -226,7 +226,7 @@ my @blocks = (
     'name'  => 'Encoders',
     'type'  => 'xpath',
     'xpath' => "//Status/Encoders/Encoder",
-    'protocol_version' => [ ">= 44", "< 58" ],
+    'protocol_version' => [ ">= 44", "< 23058" ],
     'attrs' => [ qw/hostname id state connected/ ],
     'template' => "__hostname__ (__id__) - __state____connected__",
     'rewrite' => {
@@ -253,7 +253,7 @@ my @blocks = (
     'name'  => 'Encoders',
     'type'  => 'xpath',
     'xpath' => "//Status/Encoders/Encoder",
-    'protocol_version' => [ ">= 58" ],
+    'protocol_version' => [ ">= 23058" ],
     'attrs' => [ qw/hostname id state connected/ ],
     'template' => "__hostname__ (__id__) - __state____connected__",
     'rewrite' => {