aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-02 03:18:22 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-02 03:18:22 +0000
commit595ffed0c90cae4055e29c3166f2c8d4193d8bc0 (patch)
treea7f5efbb9d6c36792a076c2df714d6508c005bb0
parentc5cdc8c0e6372cda896d72e81da23dd229940d95 (diff)
downloadmpd-svn/branch-0.11.4-fixes.tar.gz
mpd-svn/branch-0.11.4-fixes.tar.xz
mpd-svn/branch-0.11.4-fixes.zip
update changelog for 0.11.5svn/branch-0.11.4-fixes
git-svn-id: https://svn.musicpd.org/mpd/branches/branch-0.11.4-fixes@2464 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 612eea409..407b36adc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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