summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-12 17:46:34 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-12 17:46:34 +0200
commit1c1fdc5a3f1096c7b2649a6817102685574671a5 (patch)
treea974c5a02be9606d3e44286f9ea737cd5d538024 /HISTORY
parent2a7472b00a310c11a81a2a29794eba03cba1c1d1 (diff)
downloadvdr-1c1fdc5a3f1096c7b2649a6817102685574671a5.tar.gz
vdr-1c1fdc5a3f1096c7b2649a6817102685574671a5.tar.bz2
Re-implemented the WaitForPut/WaitForGet stuff in cRingBuffer, since some plugins actually need this
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 550be80a..34d8901f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2143,7 +2143,10 @@ 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-11: Version 1.1.32
+2003-05-12: 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.