From af85ef17033a86fc76a70990c1306d330a3efb86 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sat, 2 Jun 2012 21:57:29 +0300 Subject: [PATCH] Prepared for 1.0.0 release. --- HISTORY | 6 +++--- iptv.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 08271b9..4aefe90 100644 --- a/HISTORY +++ b/HISTORY @@ -173,7 +173,7 @@ VDR Plugin 'iptv' Revision History - Fixed connection problems in HTTP protocol. -2012-xx-xx: Version 0.5.3 +2012-06-03: Version 1.0.0 -- Tweaked reading from UDP sockets. -- Updated device selection. +- Optimized reading from UDP sockets. +- Fixed ProvidesChannel method. diff --git a/iptv.c b/iptv.c index a012b85..aa95b1c 100644 --- a/iptv.c +++ b/iptv.c @@ -21,7 +21,7 @@ #define GITVERSION "" #endif - const char VERSION[] = "0.5.3" GITVERSION; + const char VERSION[] = "1.0.0" GITVERSION; static const char DESCRIPTION[] = trNOOP("Experience the IPTV"); class cPluginIptv : public cPlugin {