Skip to content

Commit 82f6545

Browse files
Prepare for 1.1.2 release
1 parent f7c7b09 commit 82f6545

File tree

5 files changed

+25
-12
lines changed

5 files changed

+25
-12
lines changed

Changes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
1.1.2 2022-04-18
2+
3+
* tv_grab_fi_sv: refresh internal channel map
4+
5+
* tv_grab_fr: improvements to channel name handling
6+
ignore programmes when title is missing
7+
8+
* tv_grab_uk_tvguide: add alternative method to retrieve available channels
9+
improvements to GMT/BST changeover handling
10+
improvements to documentation and examples
11+
112
1.1.1 2022-02-19
213

314
* tv_grab_uk_tvguide: improvements to channel-id handling

Makefile.PL

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

6060
our $VERSION;
61-
$VERSION = '1.1.1';
61+
$VERSION = '1.1.2';
6262

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

README.md

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

7-
# XMLTV 1.1.1
7+
# XMLTV 1.1.2
88

99
## Table of Contents
1010

@@ -259,7 +259,6 @@ We run the following mailing lists:
259259

260260
### IRC
261261

262-
Finally, we run an IRC channel #xmltv on Libera Chat. Please join us!
262+
We run an IRC channel #xmltv on Libera Chat. Please join us!
263263

264-
265-
-- Nick Morrott, knowledgejunkie@gmail.com, 2022-02-19
264+
-- Nick Morrott, knowledgejunkie@gmail.com, 2022-04-18

doc/README.win32

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
XMLTV 1.1.1, Windows binary release
1+
XMLTV 1.1.2, 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,13 +22,16 @@ 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.1)
25+
* Major Changes in this release (1.1.2)
2626

27-
tv_grab_uk_tvguide: improvements to channel-id handling
27+
tv_grab_fi_sv: refresh internal channel map
2828

29-
QuickStart: documentation updates
29+
tv_grab_fr: improvements to channel name handling
30+
ignore programmes when title is missing
3031

31-
Windows build: updated build instructions
32+
tv_grab_uk_tvguide: add alternative method to retrieve available channels
33+
improvements to GMT/BST changeover handling
34+
improvements to documentation and examples
3235

3336
Please see the git log for full details of changes in this release.
3437

@@ -94,4 +97,4 @@ Sourceforge hosts the following mailing lists:
9497
xmltv-users - how to use XMLTV
9598
xmltv-devel - detailed discussions among developers
9699

97-
-- Nick Morrott, knowledgejunkie@gmail.com, 2022-02-19
100+
-- Nick Morrott, knowledgejunkie@gmail.com, 2022-04-18

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.1';
14+
our $VERSION = '1.1.2';
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)