diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-11-02 03:17:49 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-11-02 03:17:49 +0000 |
commit | 14bcd3f93b10a85d4ef2b4b819964da090381304 (patch) | |
tree | 8acc2077b9a1cba6f3f5018df1a577f9460198c4 /ChangeLog | |
parent | c269e18813f0f08c957f5c490c02bf4fa9092343 (diff) | |
download | mpd-14bcd3f93b10a85d4ef2b4b819964da090381304.tar.gz mpd-14bcd3f93b10a85d4ef2b4b819964da090381304.tar.xz mpd-14bcd3f93b10a85d4ef2b4b819964da090381304.zip |
update ChangeLog with 0.11.5 changes
git-svn-id: https://svn.musicpd.org/mpd/trunk@2463 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +ver 0.11.5 (2004/11/1a +1) New id3v1_ecnoding config option to configure the id3v1 tag encoding (patch from dottemag) +2) Strip '\r' from m3u playlists (thank you windows) +3) Use random() instead of rand() for playlist randomizing +4) Fix a bug trying skipping some commented lines in m3u playlist files +5) Fix a bug when fetching metadata from streams that may cause certain weirdnesses +6) Fix a bug where replaygain preamp was used on files w/o replaygain tags +7) Fix a busy loop when trying to prebuffer a nonexistant or missing stream +8) Fix a bug in forgetting to remove leading ' ' in content-type for http streams +9) Check for ice-name in http headers +10) Be sure the strip all '\n' chars in tags +11) Set $HOME env variable when setuid'ing, this should fix the /root/.mcop errors triggered by arts/libao + ver 0.11.4 (2004/7/26) 1) Fixed a segfault when decoding mp3's with corrupt id3v2 tags 2) Fixed a memory leak when encountering id3v2 tags in mp3 decoder |