diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-03-17 18:37:24 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-03-17 18:37:24 +0100 |
commit | 346ebc85cd43fbf778a200e912bcb6079b611e64 (patch) | |
tree | aabc62f576036d308a70afb59de7244c6d99cd19 /HISTORY | |
parent | c2b418c56d5f6e179bd6a62a45a186c70d2b14e2 (diff) | |
download | vdr-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-- | HISTORY | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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") |