aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-13 18:48:18 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-13 18:48:18 +0000
commit4c60a22f2a1f59e5918df5b613d5bd7c17c703c5 (patch)
tree1d9261e83400bcdef48e610cafe96d62413531a2 /ChangeLog
parent08d1b46847e55b3e3d222ccfe5b1f31fbc434f84 (diff)
downloadmpd-4c60a22f2a1f59e5918df5b613d5bd7c17c703c5.tar.gz
mpd-4c60a22f2a1f59e5918df5b613d5bd7c17c703c5.tar.xz
mpd-4c60a22f2a1f59e5918df5b613d5bd7c17c703c5.zip
updated changelog for 0.11.0
git-svn-id: https://svn.musicpd.org/mpd/trunk@1466 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55b702531..8f982d4d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+ver 0.11.0 (2004/6/17)
+1) Support for playing mp3 and Ogg Vorbis streams
+2) Non-blocking Update
+3) Replaygain support for Ogg Vorbis and FLAC (by Eric Moore aka AliasMrJones)
+4) audio_output_format option that allows for all audio output to be converted to a format compatible with any sound card
+5) Own routines for to always support UTF-8 <-> ISO-8859-1 conversion
+6) Added "Id" and "Pos" metadata for songs in playlist
+7) Added commands: plchanges, currentsong, playid, seekid, playlistid, moveid, swapid, deleteid
+8) UTF-8 validation of all tags
+9) Update specific files/directories (for fast, incremental updating)
+10) Added ACK error codes
+11) Mod file support
+12) Added command_list_ok_begin
+13) Play after stop resumes from last position in the playlist
+14) Play while pause resumes playback
+15) Better signal handling by mackstann
+16) Cleanup decoder interface (now called InputPlugins)
+17) --create-db no long starts the daemon
+18) --no-daemon outputs to log files
+19) --stdout sends output to stdout/stderr
+20) Lots of other cleanups and Bugfixes
+
ver 0.10.4 (2004/5/26)
1) Fix configure problems on OpenBSD with langinfo and iconv
2) Fix an infinte loop when writing to an interface and it has expired