* First official release (PyPI)
-- T. Zoerner <tomzousers.sourceforge.net> Fri, 22 May 2020 21:38:00 +0200
===============================================================================
* Below is history of the Perl module, which the Python module is based upon *
===============================================================================
libzvbi-perl (1.1.0) stable; urgency=low
* Adapted example scripts for use with DVB capture cards: Globally added
command line options for device path and PID (replacing hard-coded
constants)
* examples/capture.pl: Implemented missing handling of option "--pes";
removed option "--pull" which had no effect & made "pull" as default
* examples/osc.pl: Work-around for setting initial keyboard focus in Tk
* examples/proxy-test.pl: converted channel-change ioctl()s from
obsolete V4L1 API to V4L2
* examples/export.py: Allow export of CC pages
* Fixed capture::read() and capture::read_sliced() methods: sliced buffer
result was not pruned to actually used length; caused failure in dvb_mux
* Improved documentation: extended examples section; added new section
"class hierarchy"; added mention of "zvbi-chains" library; reworked
capture description to mention type names of raw/sliced buffers
* Added links to new Python version of the module
-- T. Zoerner <tomzousers.sourceforge.net> Sat, 30 May 2020 09:00:00 +0200
libzvbi-perl (1.0.0) stable; urgency=low
* Elevated status to "stable release"
* Minor adaption to recent releases of Perl
-- T. Zoerner <tomzousers.sourceforge.net> Tue, 01 Apr 2020 09:09:00 +0100
libzvbi-perl (0.2.6) unstable; urgency=low
* Makefile.PL: Improved zvbi library path detection (again)
* ZVBI.pm: Spelling and format fixes in documentation
* ppport_zvbi.h: update to ppport.h version 3.19
-- T. Zoerner <tomzousers.sourceforge.net> Sun, 02 Jan 2011 14:45:13 +0200
libzvbi-perl (0.2.5) unstable; urgency=low
* Makefile.PL: Improved zvbi library path detection
* ZVBI.xs: Fixed compiler warnings with Perl 5.10
* ppport_zvbi.h: update to ppport.h version 3.13
-- T. Zoerner <tomzousers.sourceforge.net> Sun, 03 May 2009 19:07:46 +0200
libzvbi-perl (0.2.4) unstable; urgency=low
* ZVBI.xs: Fixed compiler warnings and XSUB usage bugs; improved backwards
compatibility by use of Devel::PPPort
* Makefile.PL: added work-around for libthreads dependency for FreeBSD.
Thanks to Slaven Rezic from the CPAN testers team for the hint.
-- T. Zoerner <tomzousers.sourceforge.net> Sun, 05 Oct 2008 21:35:00 +0200
libzvbi-perl (0.2.3) unstable; urgency=low
* Makefile.PL: use exit(0) instead of die when libzvbi is missing
to get an N/A test report instead of FAIL from CPAN testers
* ZVBI.xs: Added interface to new DVB multiplexer in zvbi-0.2.26;
extended compatibility down to libzvbi 0.2.4 for compilation
against external libzvbi.h; fixed lib version checks for
compilation without -DUSE_DL_SYM
* examples/search-ttx.pl: added work-around for bug in proxy-client
which prevented entering a search string
* examples/browse-ttx.pl: made backwards compatible: use XPM format
export only if available in the export module