update files for release trunk 0.2.0
authornathan
Tue, 09 Dec 2008 19:29:10 +0100
branchtrunk
changeset 273465e430299f
parent 26 0953c008ab80
child 28 1e62af1c9551
update files for release
HISTORY
README
version.h
     1.1 --- a/HISTORY	Sun Jun 01 16:08:01 2008 +0800
     1.2 +++ b/HISTORY	Tue Dec 09 19:29:10 2008 +0100
     1.3 @@ -1,8 +1,11 @@
     1.4  VDR Plugin 'premiereepg' Revision History
     1.5  -----------------------------------------
     1.6  
     1.7 -..2007: Version 0.0.9
     1.8 +09.12.2008: Version 0.2.0
     1.9 +- Fixed buffer overrun in string compose (mainly with UTF8).
    1.10  - Added new fix for brocken EPG data. Thanks to Sascha Abraham.
    1.11 +- Autogenerate i18n.c with po2i18n.pl for VDR < 1.5.7.
    1.12 +- Added russian translations.
    1.13  
    1.14  27.08.2007: Version 0.0.8
    1.15  - Added support for VDR 1.5.7+ gettext internationalization.
     2.1 --- a/README	Sun Jun 01 16:08:01 2008 +0800
     2.2 +++ b/README	Tue Dec 09 19:29:10 2008 +0100
     2.3 @@ -7,6 +7,7 @@
     2.4  Written by:                  Stefan Hülswitt <s.huelswitt@gmx.de>
     2.5  Project's homepage:          http://www.muempf.de/
     2.6  Latest version available at: http://www.muempf.de/down/
     2.7 +Development version at:      http://hg.muempf.de/
     2.8  
     2.9  See the file COPYING for license information.
    2.10  
     3.1 --- a/version.h	Sun Jun 01 16:08:01 2008 +0800
     3.2 +++ b/version.h	Tue Dec 09 19:29:10 2008 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  /*
     3.5   * PremiereEpg plugin to VDR (C++)
     3.6   *
     3.7 - * (C) 2005-2007 Stefan Huelswitt <s.huelswitt@gmx.de>
     3.8 + * (C) 2005-2008 Stefan Huelswitt <s.huelswitt@gmx.de>
     3.9   *
    3.10   * This code is base on the commandline tool premiereepg2vdr
    3.11   * (C) 2004-2005 by Axel Katzur software@katzur.de
    3.12 @@ -26,7 +26,7 @@
    3.13  #ifndef ___VERSION_H
    3.14  #define ___VERSION_H
    3.15  
    3.16 -#define PLUGIN_RELEASE "0.0.8"
    3.17 +#define PLUGIN_RELEASE "0.2.0"
    3.18  
    3.19  extern const char *PluginVersion;
    3.20