HISTORY
author nathan
Sun, 22 Feb 2009 21:02:54 +0800
branchtrunk
changeset 29 a0f32201f466
parent 27 3465e430299f
permissions -rw-r--r--
add italian translations
     1 VDR Plugin 'premiereepg' Revision History
     2 -----------------------------------------
     3 
     4 ...: Version 0.2.1
     5 - Added italian translations.
     6 
     7 09.12.2008: Version 0.2.0
     8 - Fixed buffer overrun in string compose (mainly with UTF8).
     9 - Added new fix for brocken EPG data. Thanks to Sascha Abraham.
    10 - Autogenerate i18n.c with po2i18n.pl for VDR < 1.5.7.
    11 - Added russian translations.
    12 
    13 27.08.2007: Version 0.0.8
    14 - Added support for VDR 1.5.7+ gettext internationalization.
    15 
    16 21.09.2006: Version 0.0.7
    17 - Added fix for broken EPG data on certain Premiere channels. Must be enabled in
    18   the plugin setup menu.
    19 
    20 05.06.2006: Version 0.0.6
    21 - Fixed and improved generation of EventId. You should delete your epg.data file
    22   to avoid duplicate entries.
    23 - Now using libsi code introduced in VDR 1.3.47 and fixed in 1.4.0-3.
    24   Obviously requires VDR with API version 1.4.1 or later.
    25 - Checking for broken PMT entries.
    26 - Setting event running status by looking at the start & end time.
    27 - Updated Makefile according to changes in VDR 1.3.47 (APIVERSION & DVBDIR).
    28 
    29 21.03.2006: Version 0.0.5
    30 - Fixed compiling for VDR < 1.3.18.
    31 - Fixed compiling for VDR >= 1.3.43.
    32 
    33 6.11.2005: Version 0.0.4
    34 - Added parsing for order & parental rating information (as in
    35   premiereepg2vdr-0.0.4). Both options can be switched in the plugin setup menu.
    36 
    37 17.09.2005: Version 0.0.3
    38 - Added glue for vdr 1.3.32
    39 
    40 31.07.2005: Version 0.0.2
    41 - Added plugin setup menu.
    42 - Added setup option to select different tagging styles for option events.
    43 
    44 24.07.2005: Version 0.0.1a
    45 - Fixed compiling issue with vdr 1.3.25+
    46 
    47 24.07.2005: Version 0.0.1
    48 - Initial release.