summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorUdo Richter <udo_richter@gmx.de>2012-04-03 20:45:01 +0200
committeretobi <git@e-tobi.net>2012-04-03 20:47:28 +0200
commit57dc943d3821c06ab301f062885c6bbaed0a2277 (patch)
tree5a22cf57fc749263731638017bf73c212106c17e /HISTORY
parentb38af9121cc2c288473ba4239585cefb5f9b0f93 (diff)
downloadvdr-plugin-osdteletext-0.9.3.tar.gz
vdr-plugin-osdteletext-0.9.3.tar.bz2
Instead of doing mixed drawing to cOsd and cBitmap only draw to cBitmapv0.9.3
(Closes #899, this should fixe the issues with the TT6400)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 4 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index b11beda..84030a3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2,8 +2,10 @@ VDR Plugin 'osdteletext' Revision History
-----------------------------------------
2012-04-03: version 0.9.3
- - VDR 1.7.27 compatibility (Closes #919), Credit goes to nox and gda fro
- vdrportal.de
+- VDR 1.7.27 compatibility (Closes #919), Credit goes to nox and gda fro
+ vdrportal.de
+- Instead of doing mixed drawing to cOsd and cBitmap only draw to cBitmap
+ (Closes #899, this should fixe the issues with the TT6400)
2012-03-25: version 0.9.2
- Some code refactorings (Thx to Ville Skyttä)