Skip to content

Commit

Permalink
Prepare for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knowledgejunkie committed Feb 7, 2021
1 parent 9aeef42 commit 5d83115
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 31 deletions.
18 changes: 18 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
1.0.0 2021-02-07

- tv_grab_ch_search: re-enable fixed grabber
- tv_grab_eu_xmltvse: fetch listings over SSL
- tv_grab_fi: many improvements to listings parsers
- tv_grab_na_dtv: fetch listings over SSL
- tv_grab_pt_vodafone: more reliable SSL conections using recent
OpenSSL versions
- tv_grab_uk_tvguide: improvements to XMLTV ID compliance

- tv_grab_dk_dr: disable grabber (source site gone)
- tv_grab_uk_bleb: disable grabber (source site gone)

- tv_grep: allow regex filtering on channel ID
- tv_imdb: significant reductions in memory consumption

- Windows build: migrate to PAR::Packer

0.6.3 2020-08-22

- tv_grab_ch_search: disable deprecated 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 = '0.6.3';
$VERSION = '1.0.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
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 0.6.3
# XMLTV 1.0.0

## Table of Contents

Expand Down Expand Up @@ -259,4 +259,4 @@ We run the following mailing lists:
Finally, we run an IRC channel #xmltv on Freenode. Please join us!


-- Nick Morrott, [email protected], 2020-08-22
-- Nick Morrott, [email protected], 2021-02-07
47 changes: 20 additions & 27 deletions doc/README.win32
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
XMLTV 0.6.3, Windows binary release
XMLTV 1.0.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 @@ -18,35 +18,28 @@ 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.0.0)

tv_grab_ch_search: re-enable fixed grabber
tv_grab_eu_xmltvse: fetch listings over SSL
tv_grab_fi: many improvements to listings parsers
tv_grab_na_dtv: fetch listings over SSL
tv_grab_pt_vodafone: more reliable SSL conections using recent
OpenSSL versions
tv_grab_uk_tvguide: improvements to XMLTV ID compliance

tv_grab_dk_dr: disable grabber (source site gone)
tv_grab_uk_bleb: disable grabber (source site gone)

tv_grep: allow regex filtering on channel ID
tv_imdb: significant reductions in memory consumption

Windows build: migrate to PAR::Packer

* Major Changes in this release (0.6.3)

tv_grab_ch_search: disable broken grabber

* Major Changes in previous release (0.6.2)

tv_grab_dotmedia: disable deprecated grabber
tv_grab_se_tvzon: disable deprecated grabber

tv_grab_dtv_la: disable broken grabber
tv_grab_il: disable broken grabber
tv_grab_pt_meo: disable broken grabber
tv_grab_se_swedb: disable broken grabber

XMLTV.pm: update handling of reading from STDIN due to
XML::Parser adopting 3-arg open
tv_grab_ch_search: handle upstream cookies
tv_grab_eu_epgdata: various fixes and improvements
tv_grab_fi: various fixes and improvements
tv_grab_fr: update grabber due to upstream changes
tv_grab_huro: use https source site URLs
tv_grab_it: fix overlapping/duplicate programmes
tv_grab_na_dd: use https source site URLs
tv_grab_na_dtv: various fixes and improvements
tv_grab_pt_vodafone: various fixes and improvements
tv_grab_uk_tvguide: various fixes and improvements
tv_grab_zz_sdjson_sqlite:
many fixes and improvements

And many other changes (see the git log for details)

There is no installer, just unpack the zipfile into a
Expand Down Expand Up @@ -111,4 +104,4 @@ Sourceforge hosts the following mailing lists:
xmltv-users - how to use XMLTV
xmltv-devel - detailed discussions among developers

-- Nick Morrott, [email protected], 2020-08-22
-- Nick Morrott, [email protected], 2021-02-07
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 = '0.6.3';
our $VERSION = '1.0.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 5d83115

Please sign in to comment.