summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-03-17 18:37:24 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-03-17 18:37:24 +0100
commit346ebc85cd43fbf778a200e912bcb6079b611e64 (patch)
treeaabc62f576036d308a70afb59de7244c6d99cd19 /HISTORY
parentc2b418c56d5f6e179bd6a62a45a186c70d2b14e2 (diff)
downloadvdr-plugin-dynamite-346ebc85cd43fbf778a200e912bcb6079b611e64.tar.gz
vdr-plugin-dynamite-346ebc85cd43fbf778a200e912bcb6079b611e64.tar.bz2
- use getopt_long on commandline argument processing, look at README for new arguments
- raise event via cPlugin::Service if a device is attached/detached so other plugins can react on it ("dynamite-event-DeviceAttached-v0.1", "dynamite-event-DeviceDetached-v0.1")
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY10
1 files changed, 10 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index f479cd7..613eb5e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -110,3 +110,13 @@ VDR Plugin 'dynamite' Revision History
- create dummy-device-probe only if specified on command line option "--dummy-probe"
- add commandline arg --GetTSTimeoutHandler /path/to/program
- add new command "DTAD" for detaching all devices
+
+2011-03-09: Version 0.0.5l
+
+- bugfix on logging error message
+
+2011-03-17: Version 0.0.5m
+
+- use getopt_long on commandline argument processing, look at README for new arguments
+- raise event via cPlugin::Service if a device is attached/detached so other plugins
+ can react on it ("dynamite-event-DeviceAttached-v0.1", "dynamite-event-DeviceDetached-v0.1")