From 5ed26a3f23ae3dd3fcdae9ca39287c79da1ee9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Sun, 13 May 2012 17:52:23 +0300 Subject: Bug fix release. --- HISTORY | 4 ++++ epgfixer.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.3