summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2015-01-09 17:35:17 +0100
committerManuel Reimer <manuel.reimer@gmx.de>2015-01-09 17:35:17 +0100
commite87f3a99008b2324f805c5f43134ecbe50c7559f (patch)
treeb6e7550ce29ebb96cc3061f01d6e1177de541f38
parentb6b32276b6c6c6f1fe2474bee97c5a84d7ca076a (diff)
downloadvdrpbd-e87f3a99008b2324f805c5f43134ecbe50c7559f.tar.gz
vdrpbd-e87f3a99008b2324f805c5f43134ecbe50c7559f.tar.bz2
vdrpbd 1.0.0v1.0.0
-rw-r--r--HISTORY6
-rwxr-xr-xvdrpbd2
2 files changed, 7 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 175f97a..abe3738 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9,3 +9,9 @@ vdrpbd Revision History
- Added template for /etc/vdrpbd.conf
- Time range and number of keypresses for emergency reboot now configurable
+
+2015-01-09: Version 1.0.0
+
+- 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.
diff --git a/vdrpbd b/vdrpbd
index 60fc907..cbd7a65 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 = '0.1.0';
+my $VERSION = '1.0.0';
my $PROGNAME = 'vdrpbd';
my $PIDFILE = '/var/run/vdrpbd.pid';
my $CFGFILE = '/etc/vdrpbd.conf';