mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed wrong credits for the patch that was used to implement cPlugin::Active()
This commit is contained in:
parent
43d6ddc8e0
commit
ea122312dd
@ -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
|
||||
|
3
HISTORY
3
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().
|
||||
|
Loading…
Reference in New Issue
Block a user