Skip to content

Commit

Permalink
Prepare for 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knowledgejunkie committed Feb 19, 2022
1 parent 6278446 commit d45510a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 26 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
</p>

# XMLTV 1.1.0
# XMLTV 1.1.1

## Table of Contents

Expand Down Expand Up @@ -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
29 changes: 7 additions & 22 deletions doc/README.win32
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/XMLTV.pm.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d45510a

Please sign in to comment.