summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-10-14 13:11:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-10-14 13:11:23 +0200
commit67df515c06774a549078026816a32f8520c08d17 (patch)
tree505383398de6b3ecc2b3ef526a0a0cc62145e92a /HISTORY
parent7780e3664a5d76c84b5d1971e833ba8cc27c0f82 (diff)
downloadvdr-67df515c06774a549078026816a32f8520c08d17.tar.gz
vdr-67df515c06774a549078026816a32f8520c08d17.tar.bz2
Added cDevice::CloseFilter(); some fixes to PLUGINS.html1.5.10
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 41ac6f15..91d32fb3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5484,3 +5484,6 @@ Video Disk Recorder Revision History
- Made the default copy ctor of cRecording private (thanks to Markus Hahn).
Same for the assign operator.
- Added cRecording::Undelete() (based on a patch from Markus Hahn).
+- Added cDevice::CloseFilter() to allow a device to have complete control over
+ both opening and closing section filters (thanks to Rolf Ahrenberg).
+- Some fixes to PLUGINS.html (thanks to Rolf Ahrenberg).