aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-02-26 03:36:04 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-02-26 03:36:04 +0000
commit5262a0665944adb045ff80da6e888116d5a06f5f (patch)
treedc9508cfca2a8bff5aaa32cb2bf94e35e8390889 /ChangeLog
parent1adca2abd2aff8e74691d180f00600c3467ded28 (diff)
downloadmpd-5262a0665944adb045ff80da6e888116d5a06f5f.tar.gz
mpd-5262a0665944adb045ff80da6e888116d5a06f5f.tar.xz
mpd-5262a0665944adb045ff80da6e888116d5a06f5f.zip
update changelog for 0.10.0
update add command info to include dir support update mpd.1 and conf example to include ~ support git-svn-id: https://svn.musicpd.org/mpd/trunk@64 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f7d516d8..07b990a64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+ver 0.10.0 (2004/3/1)
+1) Use UTF-8 for all client communications
+2) Crossfading support
+3) Password Authentication (all in plaintext)
+4) Software mixer
+5) Buffer Size is configurable
+6) Reduced Memory consumption (use directory tree for search and find)
+7) Bitrate support for Flac
+8) setvol command (deprecates volume command)
+9) add command takes directories
+10) Path's in config file now work with ~
+11) Reenable playTime in stats display
+12) Fix a segfault when doing: add ""
+13) Fix a segfault with flac vorbis comments simply being "="
+14) Fix a segfault/bug in queueNextSong with repeat+random
+
ver 0.9.4 (2004/1/21)
1) Fix a bug where updated tag info wasn't being detected
2) Set the default audio write size to 1024 bytes (should decrease cpu load a bit on some machines).