summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-08-22 09:35:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-08-22 09:35:35 +0200
commit58c9fdc8c5cae831b2321db1c46a21e55ab3b6a6 (patch)
tree9bbf6e6cd26e2fdc3bb993bcd93e7eb89854ea34 /HISTORY
parent7fc654eb211f6641b8a46d938876bbad538c4c16 (diff)
downloadvdr-58c9fdc8c5cae831b2321db1c46a21e55ab3b6a6.tar.gz
vdr-58c9fdc8c5cae831b2321db1c46a21e55ab3b6a6.tar.bz2
Fixed handling LIRC events in case repeated events are lost
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7630683c..858d8783 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7813,7 +7813,7 @@ Video Disk Recorder Revision History
- Fixed a crash in the LCARS skin's main menu in case there is no current channel
(reported by Dominique Dumont).
-2013-08-21: Version 2.1.1
+2013-08-22: Version 2.1.1
- Fixed initializing cDevice::keepTracks.
- Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than
@@ -7871,3 +7871,4 @@ Video Disk Recorder Revision History
- Fixed asserting free disk space in the cutter.
- No longer trying to delete old recordings in AssertFreeDiskSpace() if the given
Priority is less than 1.
+- Fixed handling LIRC events in case repeated events are lost.