summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-02 12:44:33 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-02 12:44:33 +0100
commit1bad5d1e6f5a9fbbc09081f07f5b4d9d780fe5db (patch)
treeea29c4c65090d49da9a859639565c880a0e16b42 /HISTORY
parentbb7d8b3b5bdf35ff088c90120cd60c0e9c532e0c (diff)
downloadvdr-1bad5d1e6f5a9fbbc09081f07f5b4d9d780fe5db.tar.gz
vdr-1bad5d1e6f5a9fbbc09081f07f5b4d9d780fe5db.tar.bz2
Avoiding an extra key press event if the repeat function kicks in when controlling VDR via the PC keyboard
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7dee0748..2401b51b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7534,7 +7534,7 @@ Video Disk Recorder Revision History
- Reduced the number of retries in cTransfer::Receive() to avoid blocking recordings
in case the primary device can't handle the current live signal.
-2013-02-01: Version 1.7.37
+2013-02-03: Version 1.7.37
- Now also using FindHeader() in cMpeg2Fixer::AdjTref() (pointed out by Sören Moch).
- Added missing template for DVBDIR to Make.config.template (reported by Derek Kelly).
@@ -7560,3 +7560,5 @@ Video Disk Recorder Revision History
- Improved LIRC timing for repeat function.
- When pausing live video, the current audio and subtitle tracks are now retained.
- Added some notes about plugin Makefiles to PLUGINS.html.
+- Avoiding an extra key press event if the repeat function kicks in when controlling
+ VDR via the PC keyboard.