Skip to content

Commit d45510a

Browse files
Prepare for 1.1.1 release
1 parent 6278446 commit d45510a

File tree

5 files changed

+17
-26
lines changed

5 files changed

+17
-26
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.1.1 2022-02-19
2+
3+
* tv_grab_uk_tvguide: improvements to channel-id handling
4+
5+
* QuickStart: documentation updates
6+
17
1.1.0 2022-01-31
28

39
- tv_grab_eu_xmltvse: disable grabber

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GetOptions('strict-deps' => \$opt_strictdeps, # be strict about dependencies
5757
);
5858

5959
our $VERSION;
60-
$VERSION = '1.1.0';
60+
$VERSION = '1.1.1';
6161

6262
# Fragment of Makefile text to give the directory where files should
6363
# be installed. The extra '.' in the middle of the path is to avoid

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</a>
55
</p>
66

7-
# XMLTV 1.1.0
7+
# XMLTV 1.1.1
88

99
## Table of Contents
1010

@@ -260,4 +260,4 @@ We run the following mailing lists:
260260
Finally, we run an IRC channel #xmltv on Libera Chat. Please join us!
261261

262262

263-
-- Nick Morrott, knowledgejunkie@gmail.com, 2022-01-31
263+
-- Nick Morrott, knowledgejunkie@gmail.com, 2022-02-19

doc/README.win32

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
XMLTV 1.1.0, Windows binary release
1+
XMLTV 1.1.1, Windows binary release
22

33
Gather television listings, process them and organize your viewing.
44
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
2222
of those you'll need to install Perl and the necessary modules and
2323
use the full distribution.
2424

25-
* Major Changes in this release (1.1.0)
25+
* Major Changes in this release (1.1.1)
2626

27-
tv_grab_eu_xmltvse: disable grabber
27+
tv_grab_uk_tvguide: improvements to channel-id handling
2828

29-
tv_grab_pt_meo: new grabber for Portugal (MEO)
30-
tv_tmdb: new utility to augment listings with TMDB data
29+
QuickStart: documentation updates
3130

32-
tv_grab_fi: foxtv: improvements to programme data
33-
telsu: disable listings source
34-
tv_grab_fi_sv: improved channel handling avoids downloading
35-
data for unconfigured channels
36-
tv_grab_uk_tvguide: enhance data with programme URLs and images
37-
tv_grab_zz_sdjson_sqlite:
38-
improvements to programme data
31+
Windows build: updated build instructions
3932

40-
tv_imdb: improvements to film and series matching
41-
42-
xmltv.dtd: add 'system' attribute to 'url' element
43-
add 'image' element to 'programme'
44-
add 'image' and 'url' as sub-elements to credits
45-
46-
Windows build: tweaks to xmltv.exe build process
47-
48-
And many other changes (see the git log for details)
33+
Please see the git log for full details of changes in this release.
4934

5035
There is no installer, just unpack the zipfile into a
5136
directory such as C:\xmltv. If you are reading this you've probably
@@ -109,4 +94,4 @@ Sourceforge hosts the following mailing lists:
10994
xmltv-users - how to use XMLTV
11095
xmltv-devel - detailed discussions among developers
11196

112-
-- Nick Morrott, knowledgejunkie@gmail.com, 2022-01-31
97+
-- Nick Morrott, knowledgejunkie@gmail.com, 2022-02-19

lib/XMLTV.pm.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ our @EXPORT_OK = qw(read_data parse parsefile parsefiles write_data
1111
# the xmltv package as a whole. This number should be checked by the
1212
# mkdist tool.
1313
#
14-
our $VERSION = '1.1.0';
14+
our $VERSION = '1.1.1';
1515

1616
# Work around changing behaviour of XML::Twig. On some systems (like
1717
# mine) it always returns UTF-8 data unless KeepEncoding is specified.

0 commit comments

Comments
 (0)