Skip to content

Commit

Permalink
Prepare for 1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knowledgejunkie committed Apr 18, 2022
1 parent f7c7b09 commit 82f6545
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 12 deletions.
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.1.2 2022-04-18

* tv_grab_fi_sv: refresh internal channel map

* tv_grab_fr: improvements to channel name handling
ignore programmes when title is missing

* tv_grab_uk_tvguide: add alternative method to retrieve available channels
improvements to GMT/BST changeover handling
improvements to documentation and examples

1.1.1 2022-02-19

* tv_grab_uk_tvguide: improvements to channel-id handling
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GetOptions('strict-deps' => \$opt_strictdeps, # be strict about dependencies
);

our $VERSION;
$VERSION = '1.1.1';
$VERSION = '1.1.2';

# 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
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
</p>

# XMLTV 1.1.1
# XMLTV 1.1.2

## Table of Contents

Expand Down Expand Up @@ -259,7 +259,6 @@ We run the following mailing lists:

### IRC

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


-- Nick Morrott, [email protected], 2022-02-19
-- Nick Morrott, [email protected], 2022-04-18
15 changes: 9 additions & 6 deletions doc/README.win32
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
XMLTV 1.1.1, Windows binary release
XMLTV 1.1.2, 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,13 +22,16 @@ 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.1)
* Major Changes in this release (1.1.2)

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

QuickStart: documentation updates
tv_grab_fr: improvements to channel name handling
ignore programmes when title is missing

Windows build: updated build instructions
tv_grab_uk_tvguide: add alternative method to retrieve available channels
improvements to GMT/BST changeover handling
improvements to documentation and examples

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

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

-- Nick Morrott, [email protected], 2022-02-19
-- Nick Morrott, [email protected], 2022-04-18
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.1';
our $VERSION = '1.1.2';

# 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 82f6545

Please sign in to comment.