Skip to content

Commit

Permalink
Prepare for 0.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knowledgejunkie committed Aug 22, 2020
1 parent 65de4ff commit bd2d630
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.3 2020-08-22

- tv_grab_ch_search: disable deprecated grabber

0.6.2 2020-08-21

- tv_grab_dotmedia: 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.2';
$VERSION = '0.6.3';

# 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,10 +4,10 @@
</a>
</p>

# XMLTV 0.6.2
# XMLTV 0.6.3

## Table of Contents
- [XMLTV 0.6.2](#xmltv-062)
- [XMLTV 0.6.2](#xmltv-063)
* [Description](#description)
* [Changes](#changes)
* [Installation (Package)](#installation-package)
Expand Down Expand Up @@ -256,4 +256,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-21
-- Nick Morrott, [email protected], 2020-08-22
10 changes: 7 additions & 3 deletions doc/README.win32
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
XMLTV 0.6.2, Windows binary release
XMLTV 0.6.3, 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,7 +18,11 @@ 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 (0.6.2)
* 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
Expand Down Expand Up @@ -107,4 +111,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-21
-- Nick Morrott, [email protected], 2020-08-22
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.2';
our $VERSION = '0.6.3';

# Work around changing behaviour of XML::Twig. On some systems (like
# mine) it always returns UTF-8 data unless KeepEncoding is specified.
Expand Down
2 changes: 1 addition & 1 deletion lib/exe_wrap.pl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
$cmd = shift || "";

# --version (and abbreviations thereof)
my $VERSION = '0.6.2';
my $VERSION = '0.6.3';
if (index('--version', $cmd) == 0 and length $cmd >= 3) {
print "xmltv $VERSION\n";
exit;
Expand Down

0 comments on commit bd2d630

Please sign in to comment.