summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-05-13 17:52:23 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-05-13 17:52:23 +0300
commit5ed26a3f23ae3dd3fcdae9ca39287c79da1ee9d2 (patch)
tree2a50143c70ee0b3773a64f243408067edf2d2600
parent58ca240490cd369674c9cd3edf9fd6bb698b5285 (diff)
downloadvdr-plugin-epgfixer-5ed26a3f23ae3dd3fcdae9ca39287c79da1ee9d2.tar.gz
vdr-plugin-epgfixer-5ed26a3f23ae3dd3fcdae9ca39287c79da1ee9d2.tar.bz2
Bug fix release.v0.2.1
-rw-r--r--HISTORY4
-rw-r--r--epgfixer.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7404209..327108a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,10 @@
VDR Plugin 'epgfixer' Revision History
--------------------------------------
+2012-05-13: Version 0.2.1
+
+- Fix linking when --as-needed is used.
+
2012-05-13: Version 0.2.0
- Support for ignoring EPG data for selected channels.
diff --git a/epgfixer.c b/epgfixer.c
index bbf635b..e8e518c 100644
--- a/epgfixer.c
+++ b/epgfixer.c
@@ -22,7 +22,7 @@
#define GITVERSION ""
#endif
-static const char VERSION[] = "0.2.0" GITVERSION;
+static const char VERSION[] = "0.2.1" GITVERSION;
static const char DESCRIPTION[] = trNOOP("Fix bugs in EPG");
class cPluginEpgfixer : public cPlugin {