diff --git a/HISTORY b/HISTORY index 9df6a9f..2ff7970 100644 --- a/HISTORY +++ b/HISTORY @@ -168,3 +168,7 @@ VDR Plugin 'iptv' Revision History - Added support for a service interface. - Changed UDP protocol to always utilize the source address validation. + +2012-04-26: Version 0.5.2 + +- Fixed response header parsing in HTTP protocol. diff --git a/iptv.c b/iptv.c index 43bbc77..38f67f5 100644 --- a/iptv.c +++ b/iptv.c @@ -21,7 +21,7 @@ #define GITVERSION "" #endif - const char VERSION[] = "0.5.1" GITVERSION; + const char VERSION[] = "0.5.2" GITVERSION; static const char DESCRIPTION[] = trNOOP("Experience the IPTV"); class cPluginIptv : public cPlugin {