HISTORY
branchtrunk
changeset 32 cea1b4f741be
parent 27 12b5ca8deab5
child 33 65ed49cbc08b
equal deleted inserted replaced
31:566c0f412764 32:cea1b4f741be
     1 VDR Plugin Revision History
     1 VDR Plugin Revision History
     2 ---------------------------
     2 ---------------------------
     3 
     3 
     4 ..2007: Version 0.10.2 (vdr 1.6.0-2)
     4 ..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 some gcc 4.x warnings.
     9 - Added commandline option for a user defined default background image.
     9 - Added commandline option for a user defined default background image.
    10 - Made the handling of song information (e.g. ID3) UTF-8 aware. The infocache
    10 - Made the handling of song information (e.g. ID3) UTF-8 aware. The infocache
    11   file is kept in UTF-8 format now.
    11   file is kept in UTF-8 format now.
       
    12 - Ignore errors while scaning recursive directories. Patch provided by Steffen
       
    13   Kaiser.
    12 - Map audio-button to "switch_audio" and next/prev-button to "seek_chapter"
    14 - Map audio-button to "switch_audio" and next/prev-button to "seek_chapter"
    13   slave command in MPlayer replay. Suggested by Martin Dauskardt.
    15   slave command in MPlayer replay. Suggested by Martin Dauskardt.
       
    16 - Set the environment variable DVB_DEVICE with the number of the primary device
       
    17   before calling mplayer.sh. Based on a patch from Marco Schinkel.
    14 - Use blocking IO for OSS output for improved compatibility. Suggested by Martin
    18 - Use blocking IO for OSS output for improved compatibility. Suggested by Martin
    15   Dauskardt.
    19   Dauskardt.
    16 - Backward compatible on-the-fly creation of the i18n.c file using Udo Richter's
    20 - Backward compatible on-the-fly creation of the i18n.c file using Udo Richter's
    17   po2i18n package.
    21   po2i18n package.
    18 - Removed compatibility with VDR versions < 1.4.5.
    22 - Removed compatibility with VDR versions < 1.4.5.