summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-12-02 10:35:27 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-12-02 10:35:27 +0100
commit661da094e14b6ab76eae98a5eeb2c3ac6c914df4 (patch)
treebe9e175c7df58027f867e85e2329820781fa0e55 /HISTORY
parentddcb37300faca0631f5cbd931f5174fe35c27e38 (diff)
downloadvdr-661da094e14b6ab76eae98a5eeb2c3ac6c914df4.tar.gz
vdr-661da094e14b6ab76eae98a5eeb2c3ac6c914df4.tar.bz2
Now calling cPluginManager::Active() only if VDR is really trying to shut down, and waiting for 5 minutes before calling it again
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a68ce996..7aeb1345 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5002,3 +5002,7 @@ Video Disk Recorder Revision History
- Added a missing 'const' to cRecordingInfo::ChannelID() (reported by Andreas
Brugger). This required the APIVERSION to be increased, so plugins will have to
be recompiled.
+- Now calling cPluginManager::Active() only if VDR is really trying to shut down,
+ and waiting for 5 minutes before calling it again (thanks to Jörg Wendel for
+ reporting that cPlugin::Active() was called too often, and to Udo Richter for
+ some hints on how to improve this).