HISTORY
branchtrunk
changeset 25 887faebaba0a
parent 22 93aaf15c145a
child 27 12b5ca8deab5
     1.1 --- a/HISTORY	Wed Feb 04 19:34:25 2009 +0800
     1.2 +++ b/HISTORY	Thu Feb 12 20:47:23 2009 +0800
     1.3 @@ -7,6 +7,8 @@
     1.4  - Fixed possible division by zero in libsndfile decoder.
     1.5  - Fixed some gcc 4.x warnings.
     1.6  - Added commandline option for a user defined default background image.
     1.7 +- Made the handling of song information (e.g. ID3) UTF-8 aware. The infocache
     1.8 +  file is kept in UTF-8 format now.
     1.9  - Map audio-button to "switch_audio" slave command in MPlayer replay. Suggested
    1.10    by Martin Dauskardt.
    1.11  - Use blocking IO for OSS output for improved compatibility. Suggested by Martin