+2007-01-22 Andrew Ruthven
+ Change the version boundaries for the disk space blocks to reflect
+ current SVN.
+
2007-01-20 Andrew Ruthven
Show the shows that will be deleted by the auto expirer, and their
order.
'name' => 'Total Disk Space',
'type' => 'xpath',
'xpath' => '//Status/MachineInfo/Storage',
- 'protocol_version' => [ ">= 32", "<= 36" ],
+ 'protocol_version' => [ ">= 32", "<= 37" ],
'xml_version' => [ "== 0" ],
'attrs' => [ qw/drive_total_total drive_total_used/ ],
'commify' => [ qw/drive_total_total drive_total_used/ ],
'name' => 'Total Disk Space',
'type' => 'xpath',
'xpath' => '//Status/MachineInfo/Storage/Group[@id="total"]',
- 'protocol_version' => [ ">= 36" ],
+ 'protocol_version' => [ ">= 38" ],
'xml_version' => [ "> 0" ],
'attrs' => [ qw/total used/ ],
'commify' => [ qw/total used/ ],
'name' => 'Disk Space',
'type' => 'xpath',
'xpath' => '//Status/MachineInfo/Storage/Group',
- 'protocol_version' => [ ">= 36" ],
+ 'protocol_version' => [ ">= 38" ],
'xml_version' => [ "> 0" ],
'attrs' => [ qw/id total used/ ],
'commify' => [ qw/total used/ ],