diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-03-01 13:49:38 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-03-01 13:49:38 +0000 |
commit | d114e1fdd645372e849f42bd6af82c270e0f65a8 (patch) | |
tree | 5732eb0799e84b78121d830a21df5f9e35591357 /ChangeLog | |
parent | ce2c6845a2aa5a995742987a9668bfe444ad5266 (diff) | |
download | mpd-d114e1fdd645372e849f42bd6af82c270e0f65a8.tar.gz mpd-d114e1fdd645372e849f42bd6af82c270e0f65a8.tar.xz mpd-d114e1fdd645372e849f42bd6af82c270e0f65a8.zip |
update with additional oss volume bug fix
git-svn-id: https://svn.musicpd.org/mpd/trunk@130 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -ver 0.10.0 (2004/3/2) +ver 0.10.0 (2004/3/3) 1) Use UTF-8 for all client communications 2) Crossfading support 3) Password Authentication (all in plaintext) @@ -15,6 +15,8 @@ ver 0.10.0 (2004/3/2) 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. +17) Fix a bug when the OSS device was unable to fetch the current volume, +it would close the device (when it maybe previously closed by the exact same code) ver 0.9.4 (2004/1/21) 1) Fix a bug where updated tag info wasn't being detected |