summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-22 09:47:59 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-22 09:47:59 +0200
commitea122312dd16a42f9c81574567f3cd1ab0bf47dd (patch)
treef3220d52206ade87496b4d36b445191be8914bd8
parent43d6ddc8e065c954637847b9597d936ec49e7296 (diff)
downloadvdr-ea122312dd16a42f9c81574567f3cd1ab0bf47dd.tar.gz
vdr-ea122312dd16a42f9c81574567f3cd1ab0bf47dd.tar.bz2
Fixed wrong credits for the patch that was used to implement cPlugin::Active()
-rw-r--r--CONTRIBUTORS4
-rw-r--r--HISTORY3
2 files changed, 3 insertions, 4 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 337f9c1e..a96aee29 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -833,6 +833,7 @@ Sascha Volkenandt <sascha@akv-soft.de>
for reporting '\n' in an esyslog() call in osd.c
for reporting missing '&' in the SetAreas() example in PLUGINS.html
for reporting a memory leak in cString::operator=()
+ for a patch that was used as a base to implement cPlugin::Active()
Malcolm Caldwell <malcolm.caldwell@ntu.edu.au>
for modifying LOF handling to allow for C-band reception
@@ -1840,9 +1841,6 @@ Richard Lithvall <richard@lithvall.se>
Tobias Grimm <listaccount@e-tobi.net>
for suggesting to use geteuid() to check whether VDR is running as user 'root'
-Peter Dittmann <peter.dittmann@philips.com>
- for a patch that was used as a base to implement cPlugin::Active()
-
Helge Lenz <h.lenz@gmx.de>
for reporting a bug in setting the 'Delta' parameter when calling the shutdown
script with no active timer
diff --git a/HISTORY b/HISTORY
index 676520d7..442b7d8b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4525,7 +4525,7 @@ Video Disk Recorder Revision History
- Updated the Danish OSD texts (thanks to Mogens Elneff).
- The new function cPlugin::Active() can be used by a plugin to indicate that it
is still busy and the system should not shut down or restart (based on a patch
- from Peter Dittmann). See PLUGINS.html for details.
+ from Sascha Volkenandt). See PLUGINS.html for details.
- Fixed setting the 'Delta' parameter when calling the shutdown script with
no active timer (reported by Helge Lenz).
- In order to make sure that plugins are compiled with the same DVB driver header
@@ -4632,3 +4632,4 @@ Video Disk Recorder Revision History
- Updated the Danish OSD texts (thanks to Mogens Elneff).
- Updated the Russian OSD texts (thanks to Oleg Roitburd).
- Updated the Slovenian OSD texts (thanks to Matjaz Thaler).
+- Fixed wrong credits for the patch that was used to implement cPlugin::Active().