summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-05-18 12:39:59 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-05-18 12:39:59 +0200
commitcc6c05fcf2e0f154f262189c2428019570b95ec1 (patch)
tree9e64eac9abb19e9aef607a540519141d427c4f68 /HISTORY
parentf6adb3220266e2fc297d582c5fa24483890dc0c9 (diff)
downloadvdr-cc6c05fcf2e0f154f262189c2428019570b95ec1.tar.gz
vdr-cc6c05fcf2e0f154f262189c2428019570b95ec1.tar.bz2
Fixed an endless loop in the DrawEllipse() functions for very small ellipses
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index fdffafa7..5d95385e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7809,7 +7809,7 @@ Video Disk Recorder Revision History
- Fixed an error message when parsing SCR values in diseqc.conf.
- Fixed an unexpected RCS version tag in the newplugin script.
-2013-05-02: Version 2.1.1
+2013-05-18: Version 2.1.1
- Fixed initializing cDevice::keepTracks.
- Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than
@@ -7836,3 +7836,5 @@ Video Disk Recorder Revision History
one single sequence (reported by Halim Sahin).
- Fixed an error message when parsing SCR values in diseqc.conf.
- 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).