diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-02-27 23:57:44 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-02-27 23:57:44 +0000 |
commit | fe9f236b4fdead324c12251ab120b8b1273a72ee (patch) | |
tree | bf2c5b5eaa2cf1646102fbe51b232f5ad0779af4 /ChangeLog | |
parent | 821355361ccf360cd1867278178bc6fb32d8abab (diff) | |
download | mpd-fe9f236b4fdead324c12251ab120b8b1273a72ee.tar.gz mpd-fe9f236b4fdead324c12251ab120b8b1273a72ee.tar.xz mpd-fe9f236b4fdead324c12251ab120b8b1273a72ee.zip |
update
git-svn-id: https://svn.musicpd.org/mpd/trunk@110 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,4 +1,4 @@ -ver 0.10.0 (2004/3/1) +ver 0.10.0 (2004/3/2) 1) Use UTF-8 for all client communications 2) Crossfading support 3) Password Authentication (all in plaintext) @@ -9,10 +9,12 @@ ver 0.10.0 (2004/3/1) 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 +11) Add samplerate,bits, and channels to status +12) Reenable playTime in stats display +13) Fix a segfault when doing: add "" +14) Fix a segfault with flac vorbis comments simply being "=" +15) Fix a segfault/bug in queueNextSong with repeat+random +16) Fix a bug, where one process may segfault, and cause more processes to spawn w/o killing ones that lost their parent. ver 0.9.4 (2004/1/21) 1) Fix a bug where updated tag info wasn't being detected |