summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-10-12 13:54:44 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-10-12 13:54:44 +0200
commitfc7ca12eddf1238aa64186c68463208af33f43c2 (patch)
treeb921cd601740b60addb4f0a387a01692a413c6f0 /HISTORY
parentbbd36d06107c71a0d42d670c944c3096242d66f1 (diff)
downloadvdr-fc7ca12eddf1238aa64186c68463208af33f43c2.tar.gz
vdr-fc7ca12eddf1238aa64186c68463208af33f43c2.tar.bz2
Implemented anti-aliasing for cPixmap::DrawEllipse()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index e7e780ed..bc185845 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9513,7 +9513,7 @@ Video Disk Recorder Revision History
with the main menu open.
- Official release.
-2020-09-29: Version 2.4.5
+2020-10-12: Version 2.4.5
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed handling newline characters in ci.c's CopyString() (reported by Winfried Köhler).
@@ -9521,6 +9521,7 @@ Video Disk Recorder Revision History
by Winfried Köhler).
- Fixed a possible invalid lock sequence in cMenuTimers::OnOff().
- Fixed several typos (reported by Jens Schleusener).
-- Implemented anti-aliasing for cPixmap::DrawSlope() (thanks to Christoph Haubrich).
+- Implemented anti-aliasing for cPixmap::DrawSlope() and cPixmap::DrawEllipse() (thanks
+ to Christoph Haubrich).
The version numbers (both VDRVERSNUM and APIVERSNUM) have been bumped to 2.4.5 to
indicate this change.