aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-07-18 12:48:17 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-07-18 12:48:17 +0000
commit233afb7c074896ef40369250d4f332ae24e8e633 (patch)
tree38252f2aa64c8afb2fc50dc8454e1e0ba325d591 /ChangeLog
parentefda73c74dd379b30bf56fcff89eee9338acc02f (diff)
downloadmpd-233afb7c074896ef40369250d4f332ae24e8e633.tar.gz
mpd-233afb7c074896ef40369250d4f332ae24e8e633.tar.xz
mpd-233afb7c074896ef40369250d4f332ae24e8e633.zip
1) bumb version to 0.11.3
2) Update changelog for 0.11.3 3) Merge avuton's mpdconf.example changes git-svn-id: https://svn.musicpd.org/mpd/trunk@1875 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00cec500b..c7d43d861 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 0.11.3 (2004/7/21)
+1) Add support for http authentication for streams
+2) Added replaygain pre-amp support
+3) Better error handling for fread() in inputStream_file
+4) Fixed a bug so that when a freeAllInterfaces is called, it sets max_interface_connections to 0. This prevents potential segfaults and other nastiness for forked processes, like the player and update-er (do to interfacePrintWithFD()).
+5) Allow blockingWrite() to handle errors more gracefully (for example, if the disc is full, and thus the write() fails or can't be completed, we just skip this write() and continue, instead of getting stuck in an infinite loop until the write() becomes successful)
+6) Updated mpdconf.example from sbh/avuton
+7) If "user" is specified, then convert ~ in paths to the user's home path specified by "user" config paramter (not the actual current user running mpd).
+
ver 0.11.2 (2004/7/5)
1) Work around in computing total time for mp3's whose first valid mpeg frame is not layer III
2) Fix mp3 and mp4 decoders when seeking past the end of the file