summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-11 15:31:09 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-11 15:31:09 +0100
commita41f3b1351107a51b1c733e13e09252506c3287a (patch)
tree3212bc9d6ea49805323d959a58b89c4ee6fd49e4 /HISTORY
parent6dd788f484102ee858d0c0a2b70808dca69e4140 (diff)
downloadvdr-a41f3b1351107a51b1c733e13e09252506c3287a.tar.gz
vdr-a41f3b1351107a51b1c733e13e09252506c3287a.tar.bz2
Fixed an unexpected k_Repeat key event after a k_Release in lirc.c
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8f60fc23..8b5e05a0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7595,3 +7595,4 @@ Video Disk Recorder Revision History
- Fixed moving editing marks, so that they don't get overwritten with old values
through an update of the marks file.
- Removed an invalid line from channels.conf.terr (reported by Lars Hanisch).
+- Fixed an unexpected k_Repeat key event after a k_Release in lirc.c.