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