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 {