From 85ddff62f8857a95c679a3019bb5ff68eadb86d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Wed, 28 Nov 2012 20:26:51 +0200 Subject: Version 0.3.1. --- HISTORY | 5 +++++ epgfixer.c | 2 +- po/fi_FI.po | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 9f3d921..e04b138 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,11 @@ VDR Plugin 'epgfixer' Revision History -------------------------------------- +2012-11-28: Version 0.3.1 + +- Fix memory leak. +- Drop OBJS dependency from cppcheck target (thanks to Ville Skyttä). + 2012-10-11: Version 0.3.0 - Enable JIT compiling in PCRE if supported. diff --git a/epgfixer.c b/epgfixer.c index 1fb81fc..3abe6f2 100644 --- a/epgfixer.c +++ b/epgfixer.c @@ -22,7 +22,7 @@ #define GITVERSION "" #endif -static const char VERSION[] = "0.3.0" GITVERSION; +static const char VERSION[] = "0.3.1" GITVERSION; static const char DESCRIPTION[] = trNOOP("Fix bugs in EPG"); class cPluginEpgfixer : public cPlugin { diff --git a/po/fi_FI.po b/po/fi_FI.po index 2e969b3..5bbc239 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-epgfixer 0.2.1\n" +"Project-Id-Version: vdr-epgfixer 0.3.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-08-14 13:49+0300\n" "PO-Revision-Date: 2012-05-09 23:20+0300\n" -- cgit v1.2.3