summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Wilke <git@joachim-wilke.de>2012-04-25 21:10:09 +0200
committerJoachim Wilke <git@joachim-wilke.de>2012-04-25 21:10:09 +0200
commit7741399654fe4847bf037085ea38fe035cddd974 (patch)
treeb7269c60a01c4ea812ff08967961259f7c8468f0
parent2affda19727ee8e71657c0f2785bb3bf2e732e80 (diff)
downloadvdr-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--HISTORY13
-rw-r--r--lcdproc.c2
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 <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
+
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");