summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-16 12:27:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-16 12:27:58 +0200
commit6702994adc8ee6951484b9e6b9ab1131cfa6c876 (patch)
treece1dbce47ce18d87376b7c7108901b3e1c306068 /HISTORY
parent1c1fdc5a3f1096c7b2649a6817102685574671a5 (diff)
downloadvdr-6702994adc8ee6951484b9e6b9ab1131cfa6c876.tar.gz
vdr-6702994adc8ee6951484b9e6b9ab1131cfa6c876.tar.bz2
Moved the call to cPlugin::Start() further up in vdr.c, to make sure it gets called before trying to learn the keys
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 34d8901f..c1494933 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2143,10 +2143,12 @@ Video Disk Recorder Revision History
- Changed C++ style comments in libdtv into C style to avoid warnings in gcc 3.x
(thanks to Andreas Schultz).
-2003-05-12: Version 1.1.32
+2003-05-16: Version 1.1.32
- Removed a faulty parameter initialization in menu.c (thanks to Lauri Tischler for
reporting this one).
- Re-implemented the WaitForPut/WaitForGet stuff in cRingBuffer, since some plugins
actually need this. By default the buffer does not wait; if a plugin needs the
waiting functionality it can call the new SetTimeouts() function.
+- Moved the call to cPlugin::Start() further up in vdr.c, to make sure it gets
+ called before trying to learn the keys (problem reported by Oliver Endriss).