summaryrefslogtreecommitdiff
path: root/PLUGINS/src/osddemo/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-13 15:28:15 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-13 15:28:15 +0100
commit4bc2a502a4d9ecc5469cc035e577953ccd5c9103 (patch)
treeef259092b215515edfaec45a13bd2e8bcb3458e5 /PLUGINS/src/osddemo/HISTORY
parent71f02e4f80b2ad6cd265e68c4b2253ae5e1b3663 (diff)
downloadvdr-4bc2a502a4d9ecc5469cc035e577953ccd5c9103.tar.gz
vdr-4bc2a502a4d9ecc5469cc035e577953ccd5c9103.tar.bz2
No longer using GetFont() (which is not thread safe) in the 'osddemo' plugin
Diffstat (limited to 'PLUGINS/src/osddemo/HISTORY')
-rw-r--r--PLUGINS/src/osddemo/HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/PLUGINS/src/osddemo/HISTORY b/PLUGINS/src/osddemo/HISTORY
index ac386b0e..5db6bef2 100644
--- a/PLUGINS/src/osddemo/HISTORY
+++ b/PLUGINS/src/osddemo/HISTORY
@@ -34,3 +34,7 @@ VDR Plugin 'osddemo' Revision History
2011-04-17: Version 0.2.2
- Fixed a possible NULL pointer dereference in osddemo.c (reported by Paul Menzel).
+
+2012-03-13: Version 0.2.3
+
+- No longer using GetFont() (which is not thread safe) in the 'osddemo' plugin,