summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY5
-rw-r--r--epgfixer.c2
-rw-r--r--po/fi_FI.po2
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: <see README>\n"
"POT-Creation-Date: 2012-08-14 13:49+0300\n"
"PO-Revision-Date: 2012-05-09 23:20+0300\n"