From 7741399654fe4847bf037085ea38fe035cddd974 Mon Sep 17 00:00:00 2001 From: Joachim Wilke Date: Wed, 25 Apr 2012 21:10:09 +0200 Subject: Prepare release 0.0.10-jw9 --- HISTORY | 13 +++++++++++-- lcdproc.c | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index a71595f..360e238 100644 --- a/HISTORY +++ b/HISTORY @@ -97,6 +97,15 @@ VDR Plugin 'lcdproc' Revision History - fixed a possible buffer overflow in cLcd::SetRunning which caused an ABRT signal with recent libc -HEAD: +2012-04-25: Version 0.0.10-jw9 - added russian translation - (provided by Jakob Kais ) \ No newline at end of file + (provided by Jakob Kais ) +- Patch to prevent cppcheck warnings/errors and valgrind messages + (submitted by Joe_D, vdr-developer.org #943) +- Adapt plugin to API changes in VDR 1.7.26 +- Update Italian translations + (Provided by Diego Pierotto) +- Add eclipse project files and .gitignore + Works without modifications, if VDR sources are located + in /vdr + diff --git a/lcdproc.c b/lcdproc.c index 8f41fa8..1c0d7cd 100644 --- a/lcdproc.c +++ b/lcdproc.c @@ -15,7 +15,7 @@ #include "lcd.h" #include "lcdtranstbl.h" -static const char *VERSION = "0.0.10-jw8"; +static const char *VERSION = "0.0.10-jw9"; static const char *MAINMENUENTRY = NULL; static const char *DESCRIPTION = trNOOP("LCDproc output"); -- cgit v1.2.3