HISTORY
branchtrunk
changeset 36 244d48301acc
parent 33 65ed49cbc08b
child 40 31537cd8ec5e
equal deleted inserted replaced
35:efc694fccc45 36:244d48301acc
     1 VDR Plugin Revision History
     1 VDR Plugin Revision History
     2 ---------------------------
     2 ---------------------------
     3 
     3 
     4 ..2009: Version 0.10.2 (vdr 1.6.0-2)
     4 29.12.2009: Version 0.10.2 (vdr 1.6.0-2)
     5 - Fixed a segfault while direct song selection. Thanks to Halim Sahin for
     5 - Fixed a segfault while direct song selection. Thanks to Halim Sahin for
     6   reporting.
     6   reporting.
     7 - Fixed possible division by zero in libsndfile decoder.
     7 - Fixed possible division by zero in libsndfile decoder.
     8 - Fixed some gcc 4.x warnings.
     8 - Fixed varoius warnings with never gcc versions.
     9 - Added commandline option for a user defined default background image.
     9 - Added commandline option for a user defined default background image.
    10 - Added OGG streaming support. Implemented by Manuel Reimer.
    10 - Added OGG streaming support. Implemented by Manuel Reimer.
    11 - Made the handling of song information (e.g. ID3) UTF-8 aware. The infocache
    11 - Made the handling of song information (e.g. ID3) UTF-8 aware. The infocache
    12   file is kept in UTF-8 format now.
    12   file is kept in UTF-8 format now.
    13 - Ignore errors while scaning recursive directories. Patch provided by Steffen
    13 - Ignore errors while scaning recursive directories. Patch provided by Steffen
    21 - Backward compatible on-the-fly creation of the i18n.c file using Udo Richter's
    21 - Backward compatible on-the-fly creation of the i18n.c file using Udo Richter's
    22   po2i18n package.
    22   po2i18n package.
    23 - Removed compatibility with VDR versions < 1.4.5.
    23 - Removed compatibility with VDR versions < 1.4.5.
    24 - Added italian translations.
    24 - Added italian translations.
    25 - Updated french and russian translations.
    25 - Updated french and russian translations.
       
    26 - For detailed changes please refer to the HG history.
    26 
    27 
    27 27.08.2007: Version 0.10.1 (vdr 1.4.7 / 1.5.9)
    28 27.08.2007: Version 0.10.1 (vdr 1.4.7 / 1.5.9)
    28 - Fixed segfault in MP3 infocache purge on plugin exit.
    29 - Fixed segfault in MP3 infocache purge on plugin exit.
    29 - Added support for VDR 1.5.7+ gettext internationalization.
    30 - Added support for VDR 1.5.7+ gettext internationalization.
    30 
    31