# HG changeset patch # User nathan # Date 1228847350 -3600 # Node ID 3465e430299ffcc5ada11fa4f862a3e147550634 # Parent 0953c008ab80e8ea8dc0a9b90eba5e98c82fe269 update files for release diff -r 0953c008ab80 -r 3465e430299f HISTORY --- a/HISTORY Sun Jun 01 16:08:01 2008 +0800 +++ b/HISTORY Tue Dec 09 19:29:10 2008 +0100 @@ -1,8 +1,11 @@ VDR Plugin 'premiereepg' Revision History ----------------------------------------- -..2007: Version 0.0.9 +09.12.2008: Version 0.2.0 +- Fixed buffer overrun in string compose (mainly with UTF8). - Added new fix for brocken EPG data. Thanks to Sascha Abraham. +- Autogenerate i18n.c with po2i18n.pl for VDR < 1.5.7. +- Added russian translations. 27.08.2007: Version 0.0.8 - Added support for VDR 1.5.7+ gettext internationalization. diff -r 0953c008ab80 -r 3465e430299f README --- a/README Sun Jun 01 16:08:01 2008 +0800 +++ b/README Tue Dec 09 19:29:10 2008 +0100 @@ -7,6 +7,7 @@ Written by: Stefan Hülswitt Project's homepage: http://www.muempf.de/ Latest version available at: http://www.muempf.de/down/ +Development version at: http://hg.muempf.de/ See the file COPYING for license information. diff -r 0953c008ab80 -r 3465e430299f version.h --- a/version.h Sun Jun 01 16:08:01 2008 +0800 +++ b/version.h Tue Dec 09 19:29:10 2008 +0100 @@ -1,7 +1,7 @@ /* * PremiereEpg plugin to VDR (C++) * - * (C) 2005-2007 Stefan Huelswitt + * (C) 2005-2008 Stefan Huelswitt * * This code is base on the commandline tool premiereepg2vdr * (C) 2004-2005 by Axel Katzur software@katzur.de @@ -26,7 +26,7 @@ #ifndef ___VERSION_H #define ___VERSION_H -#define PLUGIN_RELEASE "0.0.8" +#define PLUGIN_RELEASE "0.2.0" extern const char *PluginVersion;