From 8711a53b10e9fe7767b8668def4b311041b4c580 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 6 Dec 2007 14:42:37 +1300 Subject: [PATCH] Release 0.5.3. --- ChangeLog | 9 ++++++++- bin/mythtv-status | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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, -- 2.30.2