summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas 'randy' weinberger <vdr@smue.org>2010-11-02 21:19:54 +0100
committerandreas 'randy' weinberger <vdr@smue.org>2010-11-02 21:19:54 +0100
commitc26248ceda6450cb265d9bf09b6fa8f18aa4fdd8 (patch)
treed0097fcfc5411e082893df709dbe6dab2b19328d
parent6a50a6d591849d308663323a78b0dba198804e86 (diff)
downloadvdr-plugin-graphlcd-c26248ceda6450cb265d9bf09b6fa8f18aa4fdd8.tar.gz
vdr-plugin-graphlcd-c26248ceda6450cb265d9bf09b6fa8f18aa4fdd8.tar.bz2
version 0.1.7
-rw-r--r--HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2bc47f1..db51fa8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,11 @@
VDR Plugin 'graphlcd' Revision History
-------------------------------------
+2010-11-02: version 0.1.7
+- added wbreus logo pack (http://wbreu.htpc-forum.de/vdrplugins/vdrgraphlcdplugin/index.php)
+- added utf8 conversion for correct display (http://projects.vdr-developer.org/issues/436)
+
+
2010-03-01: Version 0.1.6
- added UTF8 support (vdr-graphlcd-0.1.5-utf8_i18n.diff)
- added include path graphlcd-base/ in Makefile
@@ -8,6 +13,7 @@ VDR Plugin 'graphlcd' Revision History
- changed FRAMESPERSEC to DEFAULTFRAMESPERSECOND (vdr-1.7.x)
- modified Makefile for vdr-1.7.13
+
2007-02-25: Version 0.1.5
- added some missing includes
- do LCD initialisation in display thread instead of during plugin initialisation to fix some issues with direct port accesses (thanks to TomJoad from vdr-portal.de)