summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-02-26 16:06:32 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-02-26 16:06:32 +0100
commite92b0f7b6c3c02b5d903eab398682bcbf6ae6d65 (patch)
tree9708a3b9adcbd0497c31356a1a71d0a25bf83e2b /HISTORY
parentf6f49800845d0f930220a043ea58543855287e0c (diff)
downloadvdr-plugin-dynamite-e92b0f7b6c3c02b5d903eab398682bcbf6ae6d65.tar.gz
vdr-plugin-dynamite-e92b0f7b6c3c02b5d903eab398682bcbf6ae6d65.tar.bz2
a little bit of refactoring
- while in cDvbDeviceProbe create only as much cDynamicDevice-objects as needed - create dummy-device-probe only if specified on command line option "--dummy-probe"
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c415997..3ade3e3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -103,3 +103,8 @@ VDR Plugin 'dynamite' Revision History
- move reading of udev properties from the monitor to the attacher,
so that they are recognized on devices present at startup.
+
+2011-02-26: Version 0.0.5k-rc1
+
+- while in cDvbDeviceProbe create only as much cDynamicDevice-objects as needed
+- create dummy-device-probe only if specified on command line option "--dummy-probe"