diff options
-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 { |