diff options
-rw-r--r-- | HISTORY | 5 | ||||
-rwxr-xr-x | vdrpbd | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -15,3 +15,8 @@ vdrpbd Revision History - vdrpbd now tries to get exclusive access to the power button device. This fixes a problem with softhddevice which forwards all keyboard events to VDR. This made it impossible to cancel a shutdown by pressing "power" again. + +2019-07-21: Version 2.0.0 + +- Kodi support +- Second candidate for power button device path added @@ -28,7 +28,7 @@ use FileHandle; use constant {EVIOCGRAB => 0x40044590, EV_KEY => 1, KEY_POWER => 116}; my $HAVE_DBUS = eval {require Net::DBus;}; -my $VERSION = '1.0.0'; +my $VERSION = '2.0.0'; my $PROGNAME = 'vdrpbd'; my $PIDFILE = '/var/run/vdrpbd.pid'; my $CFGFILE = '/etc/vdrpbd.conf'; |