[Apologies for the double post, forgot to CC]
Greetings,

The MPD community is proud to announce the release MPD 0.14~beta3.
Updates include the usual bugfixes, default to following all symlinks,
fix OSX and libao playback and add Monkey's Audio support to the
ffmpeg plugin. As usual thanks to all the developers from the
community who made this release possible. Everyone please test and
file bugs at our bug tracker: http://musicpd.org/mantis .
Thanks and enjoy!

--
Avuton Olrich (2):
     update: default to follow all symlinks
     MPD version 0.14~beta3

Emanuele Giaquinta (6):
     Call CloseComponent after AudioUnitUninitialize.
     Use MIN.
     Factor computation.
     Remove useless statement, curpos is initialized at the beginning
of the loop.
     Remove useless computation. After the pthread_cond_wait loop
there are at least MIN(od->bufferSize, size) free bytes in the buffer.
Thus MIN(od->bufferSize - od->len, size) is always equal to
MIN(od->bufferSize, size).
     Remove useless statement.

Max Kellermann (21):
     stored_playlist: include time.h for the time_t type
     pcm_utils: always round up resampling buffer size
     mp3: declare variables as "enum mp3_action"
     osx: don't use void pointer in arithmetic
     osx: use GLib instead of utils.h/log.h
     osx: use 16 bit sample format
     ao: use 16 bit sample format
     locate: ignore case when searching in song paths
     ls: don't include time.h
     ls: removed isValidRemoteUtf8Url()
     ls: make printRemoteUrlHandlers() return void
     ls: use bool
     ls: reimplement getSuffix() with strrchr()
     ls: don't return suffix from parent directory name
     ls: added uri_has_scheme()
     command: reject unsupported URI schemes
     man: document Unix domain socket configuration in the manual
     playlist: clear pc.errored_song on delete
     player_control: check if errored_song is set
     configure.ac: disable shout when no encoder is found
     configure.ac: check lame availability before shout_mp3 test

Viliam Mateicka (2):
     ffmpeg: adding APE support
     ffmpeg: fixing ffmpeg_send_packet to allow multipackets

jefromi (1):
     configure.ac: added libcurl to configure summary

-- 
avuton
--
|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

------------------------------------------------------------------------------
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to