summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-05-19 12:07:07 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-05-19 12:07:07 +0200
commitfc697bfdb13978512ab6c80eb9186e6b18f81161 (patch)
treea72085cc5b1977ee3b46ff5b35368b25efc1be59 /HISTORY
parent818763b332d6e3b33bee4553ddb5b3ff67152e73 (diff)
downloadvdr-fc697bfdb13978512ab6c80eb9186e6b18f81161.tar.gz
vdr-fc697bfdb13978512ab6c80eb9186e6b18f81161.tar.bz2
Fixed a crash in the LCARS skin's main menu in case there is no current channel
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 53625271..95de49c4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7811,7 +7811,7 @@ Video Disk Recorder Revision History
- Fixed an endless loop in the DrawEllipse() functions for very small ellipses (reported
by Stefan Braun).
-2013-05-18: Version 2.1.1
+2013-05-19: Version 2.1.1
- Fixed initializing cDevice::keepTracks.
- Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than
@@ -7840,3 +7840,5 @@ Video Disk Recorder Revision History
- Fixed an unexpected RCS version tag in the newplugin script.
- Fixed an endless loop in the DrawEllipse() functions for very small ellipses (reported
by Stefan Braun).
+- Fixed a crash in the LCARS skin's main menu in case there is no current channel
+ (reported by Dominique Dumont).