From: Andrew Ruthven Date: Thu, 6 Dec 2007 01:42:37 +0000 (+1300) Subject: Release 0.5.3. X-Git-Tag: 0.5.3~1 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8711a53b10e9fe7767b8668def4b311041b4c580;p=mythtv-status.git Release 0.5.3. --- diff --git a/ChangeLog b/ChangeLog index dd5a869..38ad4a3 100644 --- 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. diff --git a/bin/mythtv-status b/bin/mythtv-status index 9a90dc2..0fece7d 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -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,