From 1e2d0955de8bb3a41a3eae3ac0b32a579dfed049 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sat, 19 Jan 2008 20:24:10 +0000 Subject: [PATCH] Updated version number to 0.0.6. --- HISTORY | 7 +++++++ iptv.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index bc5b818..6b81b8c 100644 --- a/HISTORY +++ b/HISTORY @@ -30,3 +30,10 @@ VDR Plugin 'iptv' Revision History - Added French translation (Thanks to Bruno Roussel). - Added a more sophisticated example script (Thanks to Tobias Grimm). - Improved iptvstream.sh compatibility under non-bash shells. + +2008-01-20: Version 0.0.6 + +- Fixed lint warnings. +- Added Italian translation (Thanks to Gringo). +- Added '-Wno-parentheses' to the compiler options. +- Mapped 'kInfo' as help key in setup menu. diff --git a/iptv.c b/iptv.c index 53d55e8..e3fc95d 100644 --- a/iptv.c +++ b/iptv.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: iptv.c,v 1.32 2008/01/19 16:51:59 ajhseppa Exp $ + * $Id: iptv.c,v 1.33 2008/01/19 20:24:10 rahrenbe Exp $ */ #include @@ -22,7 +22,7 @@ #error "You must apply the closefilter patch for VDR!" #endif -static const char VERSION[] = "0.0.5"; +static const char VERSION[] = "0.0.6"; static const char DESCRIPTION[] = trNOOP("Experience the IPTV"); class cPluginIptv : public cPlugin {