diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2018-11-10 12:43:38 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2018-11-10 12:43:38 +0100 |
commit | dc0086e1248d7e07b8487f186a88cd76ff062740 (patch) | |
tree | 1f789ddc7f58a1d23ee9046f43e2c7f6d96c0d8f | |
parent | 445b57588da52b3e10a1b759e7723afe6687eb7a (diff) | |
download | vdr-plugin-graphlcd-dc0086e1248d7e07b8487f186a88cd76ff062740.tar.gz vdr-plugin-graphlcd-dc0086e1248d7e07b8487f186a88cd76ff062740.tar.bz2 |
Version 1.0.11.0.1
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | plugin.c | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ VDR Plugin 'graphlcd' Revision History ------------------------------------- +2018-11-10: Version 1.0.1 +- Improved "trim" function which doesn't cause negative size_type values + 2018-04-08: Version 1.0.0 - Skin support - Support for current VDR versions @@ -9,7 +9,7 @@ * (c) 2001-2004 Carsten Siebholz <c.siebholz AT t-online.de> * (c) 2004-2010 Andreas Regel <andreas.regel AT powarman.de> * (c) 2010-2012 Wolfgang Astleitner <mrwastl AT users sourceforge net> - * + * * Contributions: * CONNECT / DISCONNect, multi-display support: * (c) 2011 Lutz Neumann <superelchi AT wolke7.net> @@ -39,7 +39,7 @@ static const char * kPluginName = "graphlcd"; -static const char *VERSION = "1.0.0"; +static const char *VERSION = "1.0.1"; static const char *DESCRIPTION = trNOOP("Output to graphic LCD"); static const char *MAINMENUENTRY = NULL; |