]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Release 0.5.3.
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 6 Dec 2007 01:42:37 +0000 (14:42 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Thu, 6 Dec 2007 01:44:51 +0000 (14:44 +1300)
ChangeLog
bin/mythtv-status

index dd5a869a3a602eaaedd9208e59871074f17484a9..38ad4a35665edabc3e95eabb6d0fcf9cdcbcc76a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+2007-12-06     Andrew Ruthven
+       Be more paranoid about handling error conditions in the
+         substitution code.
+       Handle the case where there is no next recording scheduled
+         in a nicer fashion.
+       Release version 0.5.3.
+
 2007-11-28     Andrew Ruthven
        Be more wary about processing what the backend has sent us.
-               This includes cleaning up some invalid UTF-8 characters.
+       This includes cleaning up some invalid UTF-8 characters.
        Add support for reading XML from a file.
        Be a bit more forgiving on the XML we're receiving.
        Release version 0.5.2.
index 9a90dc2d18d52e1882bb15896dfde813c7a70df9..0fece7dc9496f55b87fa339fdd4ab7a57bd07a61 100755 (executable)
@@ -30,7 +30,7 @@ my $help = undef;
 my $xml_file = undef;
 my $verbose = 0;
 
-my $VERSION = '0.5.1';
+my $VERSION = '0.5.3';
 
 GetOptions(
   'c|colour|color' => \$colour,