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
|
vdradmin (0.96-3.ctvdr.1) unstable; urgency=low
* New upstream release
* changed version numbering to "backports.org"-style to reflect relationship
to official debian package
* Modified streaming patch to allow streaming of recordings with
dot, slash, double underscore and parenthesis in filename
* Converted all patches to shorter format for new dpatch
* Added dist-var patch, that change vdradmin.pl to search for it's
files in system-directories, instead of local, relative paths
(taken from official debian version 0.96-3)
* Added 02_sectmpfiles.dpatch: use File::Temp to create temporary
files, to prevent possible symlink-attacks (Closes: #287601)
(taken from official debian version 0.96-3)
* Set permissions of /etc/vdradmin/vdradmind.conf to 600 on new
installations (users with an existing installation should
ensure that the cfg-file has a permission of 600)
(taken from official debian version 0.96-3)
* using dh_install now
* Added manpage for vdradmin.pl (taken from official debian version 0.96-2)
* Set section to "web" and architecture to "all", set standards version to
3.6.1
* Fixed depends (no longer depends on vdr, but suggests it)
* Added watch file
* The vdradmin daemon can now be enabled/disabled in /etc/default/vdradmin
(taken from official debian version 0.96-3)
* Do not install Base64.pm, Template.pm and RescDescent.pm
from upstream anymore, depend on libhtml-template-perl and
libparse-rescdescent-perl (Base64.pm is allready provided by
perl) (taken from official debian version 0.96-2)
* Link /usr/share/vdradmin/template/{English,French}/bilder to
/usr/share/vdradmin/template/Deutsch/bilder, this reduces the
size of the deb by about 50% (taken from official debian version 0.96-2)
* Took over README.Debian from official debian version 0.96-3
* added debian/compat
-- Tobias Grimm <tg@e-tobi.net> Thu, 30 Dec 2004 22:20:00 +0100
vdradmin (0.95-ct-10) unstable; urgency=low
* Fix rec streaming patch: slashes in dir names and order
-- Peter Siering <ps@ctmagazin.de> Fri, 29 Oct 2004 11:00:00 +0100
vdradmin (0.95-ct-9) unstable; urgency=low
* extracted Peter Sierings modifications as 05_streaming.dpatch
-- Tobias Grimm <tg@e-tobi.net> Sat, 21 Mar 2004 16:00:00 +0100
vdradmin (0.95-ct-8) unstable; urgency=low
* added fix to rec_stream to skip "new"-char at time
-- Tobias Grimm <tg@e-tobi.net> Wed, 17 Feb 2003 21:30:00 +0100
vdradmin (0.95-ct-7) unstable; urgency=low
* changed additional_images -patch to work within CVS source-dirs too
* added patch to fix problem with vdr's Wareagle Icon Patch
(Thanks to HFlor from vdrportal.de)
-- Tobias Grimm <tg@e-tobi.net> Sat, 08 Feb 2003 23:50:00 +0100
vdradmin (0.95-ct-6) unstable; urgency=low
* vdradmin is distributed as non-native package from now on
-- Tobias Grimm <tg@e-tobi.net> Sat, 08 Feb 2003 23:50:00 +0100
vdradmin (0.95-ct-5) unstable; urgency=low
* new upstream release
* includes fix for using through apache
-- Peter Siering <ps@ctmagazin.de> Tue, 22 Dec 2003 00:30:00 +0100
vdradmin (0.94-ct-4) unstable; urgency=low
* minor streaming fixes, repair init
-- Peter Siering <ps@ctmagazin.de> Tue, 28 Nov 2003 10:00:00 +0100
vdradmin (0.94-ct-3) unstable; urgency=low
* incorporated (live) streaming functions
-- Peter Siering <ps@ctmagazin.de> Tue, 25 Nov 2003 12:00:00 +0100
vdradmin (0.94-2) unstable; urgency=low
* fixed vdradmind.pl location in init skript
-- Peter Siering <ps@ctmagazin.de> Sun, 16 Nov 2003 12:00:00 +0100
vdradmin (0.94-1) unstable; urgency=low
* Initial Release.
* includes daylight saving fix
-- Peter Siering <ps@ctmagazin.de> Thu, 30 Oct 2003 00:13:40 +0100
|