diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-13 17:52:23 +0300 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-13 17:52:23 +0300 |
commit | 5ed26a3f23ae3dd3fcdae9ca39287c79da1ee9d2 (patch) | |
tree | 2a50143c70ee0b3773a64f243408067edf2d2600 | |
parent | 58ca240490cd369674c9cd3edf9fd6bb698b5285 (diff) | |
download | vdr-plugin-epgfixer-5ed26a3f23ae3dd3fcdae9ca39287c79da1ee9d2.tar.gz vdr-plugin-epgfixer-5ed26a3f23ae3dd3fcdae9ca39287c79da1ee9d2.tar.bz2 |
Bug fix release.v0.2.1
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | epgfixer.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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 { |