diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-03-24 15:55:50 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-03-24 15:55:50 +0000 |
commit | 63a62a45142380d67db3d2d5cb57891b2c9371e7 (patch) | |
tree | be0a04a55afa9e530fb0fb61bb35306fb7f9ddf4 /ChangeLog | |
parent | 3b2f4b4980071371055afe55509a50c7711bb196 (diff) | |
download | mpd-63a62a45142380d67db3d2d5cb57891b2c9371e7.tar.gz mpd-63a62a45142380d67db3d2d5cb57891b2c9371e7.tar.xz mpd-63a62a45142380d67db3d2d5cb57891b2c9371e7.zip |
fix some changelog grammar
git-svn-id: https://svn.musicpd.org/mpd/trunk@455 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,15 @@ ver 0.10.2 (2004/3/25) 1) Add suport for AAC -2) Substitute '\n' with ' ' int tag info +2) Substitute '\n' with ' ' in tag info 3) Remove empty directories from db 4) Resume from current position in song when using state file 5) Pause now closes the music device, and reopens it on resuming 6) Fix unnecessary big endian byte swapping 7) If locale is "C" or "POSIX", then use ISO-8859-1 as the fs charset -8) Fix a bug where alsamixer wasn't detect volume changes +8) Fix a bug where alsa mixer wasn't detecting volume changes 9) For alsa and software mixer, show volume to be the same as it was set (even if its not the exact volume) 10) Report bitrate for wave files -11) Computer song length of CBR mp3's more accurately +11) Compute song length of CBR mp3's more accurately ver 0.10.1 (2004/3/7) 1) Check to see if we need to add "-lm" when linking mpd |