From c33b05076a7dd066e7aa7d5301938026b46ed1aa Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Thu, 26 Apr 2012 00:29:46 +0300 Subject: [PATCH] Incremented version number and updated HISTORY. --- HISTORY | 4 ++++ iptv.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 {