diff options
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | epgfixer.c | 2 | ||||
-rw-r--r-- | po/fi_FI.po | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -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. @@ -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: <see README>\n" "POT-Creation-Date: 2012-08-14 13:49+0300\n" "PO-Revision-Date: 2012-05-09 23:20+0300\n" |