summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-03 09:09:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-03 09:09:23 +0200
commit2a91de02abee737333cf650b32d13e5689443b76 (patch)
tree6823ef6668298cb01660edc95eba866f459c9db9 /HISTORY
parent70bc836e3ff32ef8e22d6dffb2d7b2ac71ed746a (diff)
downloadvdr-2a91de02abee737333cf650b32d13e5689443b76.tar.gz
vdr-2a91de02abee737333cf650b32d13e5689443b76.tar.bz2
Repeat keys are now ignored when waiting for a keypress to cancel an operation
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4790adbb..5da8e8b5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3747,7 +3747,7 @@ Video Disk Recorder Revision History
- The new SVDRP command EDIT can be used to start the editing process of a recording
(based on the CUTR patch by Harald Milz).
-2005-09-02: Version 1.3.32
+2005-09-03: Version 1.3.32
- Added some missing braces in remux.c (thanks to Wayne Keer for reporting this one).
- Removed unused MAINMENUENTRY from svdrpdemo.c (thanks to Udo Richter for reporting
@@ -3771,3 +3771,5 @@ Video Disk Recorder Revision History
by Malcolm Caldwell).
- Adjusted the Makefile to the dvb-kernel driver on kernel 2.6 and up (thanks to
Lauri Tischler).
+- Repeat keys are now ignored when waiting for a keypress to cancel an operation
+ (thanks to Marko Mäkelä).