summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-02-15 12:43:25 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-02-15 12:43:25 +0100
commit0238234c52eee5e7ef3642801ace30c7d5bd1a19 (patch)
tree017ec7cfb591314a3fd816b0072e57faa53fe817 /HISTORY
parent8b2f500d2a3180b0c038edcb81dcfb98fb6d2b7a (diff)
downloadvdr-0238234c52eee5e7ef3642801ace30c7d5bd1a19.tar.gz
vdr-0238234c52eee5e7ef3642801ace30c7d5bd1a19.tar.bz2
Fixed learning keyboard remote control codes
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 18df55ca..b697a6a7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8170,7 +8170,7 @@ Video Disk Recorder Revision History
- Fixed a superfluous call to the skin's SetRecording() function after renaming a
recording (reported by Christoph Haubrich).
-2014-02-08: Version 2.1.5
+2014-02-15: Version 2.1.5
- Now checking whether the primary device actually has a decoder before retuning the
current channel after a change in its parameters. This fixes broken recordings on
@@ -8196,3 +8196,4 @@ Video Disk Recorder Revision History
Clang 3.4.1 (suggested by Tony Houghten).
- Replaced the NULL pointer assignment in ~cReceiver() to force a segfault with
a call to abort() (suggested by Tony Houghten).
+- Fixed learning keyboard remote control codes (thanks to Lars Hanisch).