Skip to content

Commit

Permalink
Prepare for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knowledgejunkie committed Feb 19, 2023
1 parent 470982a commit 1411a40
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 16 deletions.
14 changes: 12 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
next release
1.2.0 2023-02-19

* tv_grab_uk_tvguide: minor bug fixes & improvements
- tv_grab_tr: disable grabber

* tv_grab_fi: improvements to handle upstream changes
* tv_grab_fr: improvements to channel name handling and
updates for upstream changes
* tv_grab_na_dd: add some debug info
* tv_grab_uk_tvguide: bug fixes and improvements
* tv_grab_zz_sdjson: support Schedules Direct redirection response
* tv_grab_zz_sdjson_sqlite:
improve rating agency data validation and update
documentation

* tv_merge: minor change to output 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.2';
$VERSION = '1.2.0';

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

# XMLTV 1.1.2
# XMLTV 1.2.0

## Table of Contents

Expand Down Expand Up @@ -56,7 +56,7 @@ XMLTV is packaged for most major Linux distributions and FreeBSD. It is recommen
% sudo apt install xmltv
```

#### Fedora/CentOS (via RPM Fusion)
#### Fedora/CentOS Stream/Rocky Linux (via RPM Fusion)

```bash
% dnf install xmltv
Expand Down Expand Up @@ -261,4 +261,4 @@ We run the following mailing lists:

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

-- Nick Morrott, knowledgejunkie@gmail.com, 2022-04-18
-- Nick Morrott, knowledgejunkie@gmail.com, 2023-02-19
26 changes: 17 additions & 9 deletions doc/README.win32
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
XMLTV 1.1.2, Windows binary release
XMLTV 1.2.0, 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,16 +22,24 @@ 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.2)
* Major Changes in this release (1.2.0)

tv_grab_fi_sv: refresh internal channel map
tv_grab_tr: disable grabber

tv_grab_fr: improvements to channel name handling
ignore programmes when title is missing
tv_grab_fi: improvements to handle upstream changes

tv_grab_uk_tvguide: add alternative method to retrieve available channels
improvements to GMT/BST changeover handling
improvements to documentation and examples
tv_grab_fr: improvements to channel name handling and
upstream changes

tv_grab_na_dd: add some debug info

tv_grab_uk_tvguide: minor bug fixes & improvements

tv_grab_zz_sdjson: support Schedules Direct redirection response

tv_grab_zz_sdjson_sqlite:
improve rating agency data validation and update
documentation

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

Expand Down Expand Up @@ -97,4 +105,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-04-18
-- Nick Morrott, knowledgejunkie@gmail.com, 2023-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.2';
our $VERSION = '1.2.0';

# 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 1411a40

Please sign in to comment.