From 32c1fd506a107a2a6abd04e86938532bef3af902 Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Sun, 21 Jul 2019 11:22:07 +0200 Subject: Version 2.0.0 --- HISTORY | 5 +++++ vdrpbd | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index abe3738..15f7cf7 100644 --- a/HISTORY +++ b/HISTORY @@ -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 diff --git a/vdrpbd b/vdrpbd index c002142..696c6eb 100755 --- a/vdrpbd +++ b/vdrpbd @@ -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'; -- cgit v1.2.3