diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-11-28 20:26:51 +0200 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-11-28 20:26:51 +0200 |
commit | 85ddff62f8857a95c679a3019bb5ff68eadb86d4 (patch) | |
tree | 4815ce4d99523ce8542b51ae659f2cba5daf03b0 | |
parent | b607347427f43c72b9b9a01c860c0a030098f1f3 (diff) | |
download | vdr-plugin-epgfixer-0.3.1.tar.gz vdr-plugin-epgfixer-0.3.1.tar.bz2 |
Version 0.3.1.v0.3.1
-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" |