From d45510ad874a5bb2cc5d216e9e1149ae446f04fe Mon Sep 17 00:00:00 2001 From: Nick Morrott Date: Sat, 19 Feb 2022 19:44:55 +0000 Subject: [PATCH] Prepare for 1.1.1 release --- Changes | 6 ++++++ Makefile.PL | 2 +- README.md | 4 ++-- doc/README.win32 | 29 +++++++---------------------- lib/XMLTV.pm.in | 2 +- 5 files changed, 17 insertions(+), 26 deletions(-) diff --git a/Changes b/Changes index a7b3382a5..d912d3d87 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +1.1.1 2022-02-19 + + * tv_grab_uk_tvguide: improvements to channel-id handling + + * QuickStart: documentation updates + 1.1.0 2022-01-31 - tv_grab_eu_xmltvse: disable grabber diff --git a/Makefile.PL b/Makefile.PL index 7f04791cd..b7a624239 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -57,7 +57,7 @@ GetOptions('strict-deps' => \$opt_strictdeps, # be strict about dependencies ); our $VERSION; -$VERSION = '1.1.0'; +$VERSION = '1.1.1'; # Fragment of Makefile text to give the directory where files should # be installed. The extra '.' in the middle of the path is to avoid diff --git a/README.md b/README.md index 15af6d940..ff63b7c35 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-# XMLTV 1.1.0 +# XMLTV 1.1.1 ## Table of Contents @@ -260,4 +260,4 @@ We run the following mailing lists: Finally, we run an IRC channel #xmltv on Libera Chat. Please join us! --- Nick Morrott, knowledgejunkie@gmail.com, 2022-01-31 +-- Nick Morrott, knowledgejunkie@gmail.com, 2022-02-19 diff --git a/doc/README.win32 b/doc/README.win32 index e37d3edd5..7740e8602 100644 --- a/doc/README.win32 +++ b/doc/README.win32 @@ -1,4 +1,4 @@ -XMLTV 1.1.0, Windows binary release +XMLTV 1.1.1, Windows binary release Gather television listings, process them and organize your viewing. XMLTV is a file format for storing TV listings, defined in xmltv.dtd. @@ -22,30 +22,15 @@ for tv_grab_is and tv_grab_it_dvb, If you need one of those you'll need to install Perl and the necessary modules and use the full distribution. -* Major Changes in this release (1.1.0) +* Major Changes in this release (1.1.1) -tv_grab_eu_xmltvse: disable grabber +tv_grab_uk_tvguide: improvements to channel-id handling -tv_grab_pt_meo: new grabber for Portugal (MEO) -tv_tmdb: new utility to augment listings with TMDB data +QuickStart: documentation updates -tv_grab_fi: foxtv: improvements to programme data - telsu: disable listings source -tv_grab_fi_sv: improved channel handling avoids downloading - data for unconfigured channels -tv_grab_uk_tvguide: enhance data with programme URLs and images -tv_grab_zz_sdjson_sqlite: - improvements to programme data +Windows build: updated build instructions -tv_imdb: improvements to film and series matching - -xmltv.dtd: add 'system' attribute to 'url' element - add 'image' element to 'programme' - add 'image' and 'url' as sub-elements to credits - -Windows build: tweaks to xmltv.exe build process - -And many other changes (see the git log for details) +Please see the git log for full details of changes in this release. There is no installer, just unpack the zipfile into a directory such as C:\xmltv. If you are reading this you've probably @@ -109,4 +94,4 @@ Sourceforge hosts the following mailing lists: xmltv-users - how to use XMLTV xmltv-devel - detailed discussions among developers --- Nick Morrott, knowledgejunkie@gmail.com, 2022-01-31 +-- Nick Morrott, knowledgejunkie@gmail.com, 2022-02-19 diff --git a/lib/XMLTV.pm.in b/lib/XMLTV.pm.in index 58590e239..b3a9a6140 100644 --- a/lib/XMLTV.pm.in +++ b/lib/XMLTV.pm.in @@ -11,7 +11,7 @@ our @EXPORT_OK = qw(read_data parse parsefile parsefiles write_data # the xmltv package as a whole. This number should be checked by the # mkdist tool. # -our $VERSION = '1.1.0'; +our $VERSION = '1.1.1'; # Work around changing behaviour of XML::Twig. On some systems (like # mine) it always returns UTF-8 data unless KeepEncoding is specified.