diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-03-31 17:14:26 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-03-31 17:14:26 +0000 |
commit | 995a5deb285385417bc7d6ab182313088c62b9ca (patch) | |
tree | db04e2b5054cb359528a428e5eb8a2319b5c325a | |
parent | a67538178d58378d2e726aa928289ccfb73a8f80 (diff) | |
download | mpd-995a5deb285385417bc7d6ab182313088c62b9ca.tar.gz mpd-995a5deb285385417bc7d6ab182313088c62b9ca.tar.xz mpd-995a5deb285385417bc7d6ab182313088c62b9ca.zip |
update stuff for 0.10.3 release
git-svn-id: https://svn.musicpd.org/mpd/trunk@561 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +ver 0.10.3 (2004/4/2) +1) Fix a segfault when a blanck line is sent from a client +2) Fix for loading playlists on platforms where char is unsigned +3) When pausing, release audio device after we say pause is successful (this makes pause appear to not lag) +4) When returning errors for unknown types by player, be sure to copy the filename +5) add --disable-alsa for disabling alsa mixer support + ver 0.10.2 (2004/3/25) 1) Add suport for AAC 2) Substitute '\n' with ' ' in tag info diff --git a/configure.ac b/configure.ac index 3845d254c..4916cd921 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl AC_INIT(src/main.c) dnl AM_INIT_AUTOMAKE(mpd, 0.10.0) AC_PREREQ(2.52) -AC_INIT(mpd, 0.10.2, shank@mercury.chem.pitt.edu) +AC_INIT(mpd, 0.10.3, shank@mercury.chem.pitt.edu) AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION) dnl MAD wants this stuff |