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