summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-08-04 15:20:05 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-08-04 15:20:05 +0200
commit506c772bd726e9399389807184a210a399bfec4d (patch)
tree475639bdc54da16cc87ffb1014397fdb210e376e
parentd987c94909165ed93f0bd052bfd363f68df21cce (diff)
downloadvdr-1.1.6.tar.gz
vdr-1.1.6.tar.bz2
Changed the cDevice class to allow plugins to implement their own devices (cont'd)1.1.6
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7ca8259a..8ba62a5c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1379,7 +1379,7 @@ Video Disk Recorder Revision History
for pointing out this one).
- Disabled channels on Transponder 12070 in 'channels.conf', which apparently no longer transmits.
-2002-07-28: Version 1.1.6
+2002-08-04: Version 1.1.6
- Re-visited the race condition fix in the cDvbPlayer (thanks again to Andreas
Schultz).
@@ -1390,3 +1390,5 @@ Video Disk Recorder Revision History
- Fixed PID handling for cReceiver.
- Added a missing #include to ringbuffer.c (thanks to Martin Hammerschmid).
- Now using CC, CFLAGS, CXX and CXXFLAGS in Makefile.
+- Changed the cDevice class to allow plugins to implement their own devices (see
+ PLUGINS.html for details).