diff options
author | Joachim Wilke <git@joachim-wilke.de> | 2012-04-25 21:10:09 +0200 |
---|---|---|
committer | Joachim Wilke <git@joachim-wilke.de> | 2012-04-25 21:10:09 +0200 |
commit | 7741399654fe4847bf037085ea38fe035cddd974 (patch) | |
tree | b7269c60a01c4ea812ff08967961259f7c8468f0 | |
parent | 2affda19727ee8e71657c0f2785bb3bf2e732e80 (diff) | |
download | vdr-plugin-lcdproc-v.0.0.10-jw9.tar.gz vdr-plugin-lcdproc-v.0.0.10-jw9.tar.bz2 |
Prepare release 0.0.10-jw9v.0.0.10-jw9
-rw-r--r-- | HISTORY | 13 | ||||
-rw-r--r-- | lcdproc.c | 2 |
2 files changed, 12 insertions, 3 deletions
@@ -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 <schpuntik@freenet.de>)
\ No newline at end of file + (provided by Jakob Kais <schpuntik@freenet.de>) +- 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 <workspace>/vdr + @@ -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"); |