From dc0086e1248d7e07b8487f186a88cd76ff062740 Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Sat, 10 Nov 2018 12:43:38 +0100 Subject: Version 1.0.1 --- HISTORY | 3 +++ plugin.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 1a80fd0..a4a58df 100644 --- a/HISTORY +++ b/HISTORY @@ -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 diff --git a/plugin.c b/plugin.c index eb38397..cea0f7a 100644 --- a/plugin.c +++ b/plugin.c @@ -9,7 +9,7 @@ * (c) 2001-2004 Carsten Siebholz * (c) 2004-2010 Andreas Regel * (c) 2010-2012 Wolfgang Astleitner - * + * * Contributions: * CONNECT / DISCONNect, multi-display support: * (c) 2011 Lutz Neumann @@ -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; -- cgit v1.2.3