summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-05-18 12:43:41 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-05-18 12:43:41 +0200
commit0d14872adcb767a729808618a1385ad4bdafb277 (patch)
tree94d9df8c4efb9c6d78afaab5b480483220d60beb /HISTORY
parent90f4648a7c49ec8350e159fa9d29bb60c4f0b77a (diff)
downloadvdr-0d14872adcb767a729808618a1385ad4bdafb277.tar.gz
vdr-0d14872adcb767a729808618a1385ad4bdafb277.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 9fa5f952..3e66a707 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7795,7 +7795,7 @@ Video Disk Recorder Revision History
improve overall performance when an editing process is running (thanks to Jochen
Dolze).
-2013-05-02: Version 2.0.2
+2013-05-18: Version 2.0.2
- Fixed multiple occurrences of the same directory in the recordings list in case there
are directories that only differ in non-alphanumeric characters (was broken by
@@ -7808,3 +7808,5 @@ Video Disk Recorder Revision History
one single sequence.
- 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).