summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-09 15:27:46 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-09 15:27:46 +0200
commitdc8fd12f91713c2eec49ae38ab34f09fd7e73369 (patch)
treedb9d260ccc995af10dbec6b7e1485679f600a341 /HISTORY
parentaaeaf4582dd40677965f562283cf67cf0986eb65 (diff)
downloadvdr-dc8fd12f91713c2eec49ae38ab34f09fd7e73369.tar.gz
vdr-dc8fd12f91713c2eec49ae38ab34f09fd7e73369.tar.bz2
Introduced cPlugin::Initialize()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c436fdbe..99b6a4b9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2108,3 +2108,10 @@ Video Disk Recorder Revision History
(thanks to Carsten Siebholz).
- The red ("Record") and yellow ("Pause") button in the "Main" menu are no longer
available when replaying.
+
+2003-05-09: Version 1.1.31
+
+- Introduced the new function cPlugin::Initialize(), in order to be able to separate
+ the startup of a plugin into an "early" (Initialize()) and "late" (Start()) phase
+ (suggested by Andreas Schultz). Plugin authors should please read the section
+ about "Getting started" in PLUGINS.html and adapt their code if applicable.