File: Changes

package info (click to toggle)
liblinux-dvb-perl 1.03-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 257; makefile: 8
file content (40 lines) | stat: -rw-r--r-- 1,357 bytes parent folder | download | duplicates (4)
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
Revision history for Perl extension Linux::DVB

1.03 Sun Jun 14 15:38:50 CEST 2015
	- fix typo (reported by Kent Fredric).

1.02 Sun Jun 14 11:51:37 CEST 2015
	- remove bogus INC => "-I/usr/src/linux/include" from Makefile.PL
          (reported by Kent Fredric).
        - added stability canary support.

1.01 Mon May 24 03:52:33 CEST 2010
	- diseqc_cmd was broken (patch by Damjan Marion).

1.0  Thu Apr 17 06:46:11 CEST 2008
        - applied patches and ideas by Mark Buechler to make it compile
          again with current kernels.
	- remove fec_inner from QAM.
        - add support for diseqc ioctls.

0.4  Tue Apr 12 03:02:24 CEST 2005
	- incompatibly changed (fixed, improved) datetime decoding functions.

0.3  Mon Apr 11 23:13:42 CEST 2005
        - implemented $frontend->set and updated eg/extract-si.
        - patch by Magnus Schmidt that adds more descriptor decodings.
        - updated dvbapi document url.
        - slightly improved documentation.
        - make decode_si more resistent against protocol errors, by
          dropping sections with syntax_indicator=0, more robustly skip
          illegal frames.

0.2   Thu Mar  3 21:10:52 CET 2005
	- fix version mismatch.

0.02  Thu Mar  3 18:00:52 CET 2005
	- change of contact address.

0.01  Mon Sep  6 08:24:43 CEST 2004
	- original version; created by copying Convert-Scalar.