-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
104 lines (73 loc) · 4.29 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
libzvbi-perl (1.1.1) stable; urgency=low
* Fix for missing "utf8_to_uvchr_buf" with Perl < 5.15: solved by
generating ppport_zvbi.h with Devel-PPPort-3.58 (latest release);
Thanks to Slaven Rezic for detecting & reporting this issue.
-- T. Zoerner <tomzo@users.sourceforge.net> Sun, 31 May 2020 19:38:00 +0200
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 <tomzo@users.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 <tomzo@users.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 <tomzo@users.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 <tomzo@users.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 <tomzo@users.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
* libzvbi_int.h: updated to libzvbi.h from release 0.2.26
* test.pl: added output of library version number
-- T. Zoerner <tomzo@users.sourceforge.net> Sun, 02 Dec 2007 22:00:00 +0200
libzvbi-perl (0.2.2) unstable; urgency=low
* Makefile.PL: Abort if zvbi library is not found; added compile
options USE_DL_SYM and USE_LIBZVBI_INT for ZVBI.xs; require
Perl 5.7.1 because of UTF-8 support
* ZVBI.xs: Compile against copy of libzvbi.h to avoid dependency
on libzvbi-dev; load symbols of recent library versions dynamically
from shared library to make the module independent of the library
version; more syntax clean-ups
* Meta.yml: Added (name changed to upper case in 0.2.3)
-- T. Zoerner <tomzo@users.sourceforge.net> Fri, 23 Nov 2007 22:00:00 +0200
libzvbi-perl (0.2.1) unstable; urgency=low
* ZVBI.xs: Compatibility fixes for older Perl versions;
Syntax fixes; Bugfix in search callback function array
-- T. Zoerner <tomzo@users.sourceforge.net> Mon, 19 Nov 2007 22:00:00 +0200
libzvbi-perl (0.2.0) unstable; urgency=low
* : First official release (CPAN)
-- T. Zoerner <tomzo@users.sourceforge.net> Sun, 18 Nov 2007 22:00:00 +0200