[Pkg-mpd-commits] [pkg-mpd] 02/06: Merge tag 'upstream/0.18.2'
Florian Schlichting
fsfs at alioth.debian.org
Thu Nov 7 22:36:35 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository pkg-mpd.
commit c267ea7b4f2a1e5bdf9397cf74ca3d9e743fefeb
Merge: 96b8f61 45d0248
Author: Florian Schlichting <fsfs at debian.org>
Date: Thu Nov 7 22:48:52 2013 +0100
Merge tag 'upstream/0.18.2'
Upstream version 0.18.2
Makefile.am | 5 +
Makefile.in | 10 +-
NEWS | 28 +++
configure | 36 +--
configure.ac | 4 +-
doc/doxygen.conf | 2 +-
doc/mpd.1 | 4 +-
doc/mpd.conf.5 | 19 +-
doc/mpdconf.example | 39 +---
doc/protocol.xml | 5 +-
doc/user.xml | 29 ++-
src/AvahiPoll.cxx | 4 +
src/ClientRead.cxx | 14 +-
src/ConfigGlobal.cxx | 1 +
src/DecoderAPI.cxx | 4 -
src/DecoderControl.cxx | 13 ++
src/DecoderControl.hxx | 14 +-
src/DecoderInternal.cxx | 5 +
src/DecoderInternal.hxx | 2 +
src/InotifySource.cxx | 1 +
src/Log.cxx | 12 +
src/Log.hxx | 31 +++
src/Main.cxx | 16 +-
src/OutputControl.cxx | 5 +-
src/OutputInit.cxx | 16 +-
src/OutputInternal.hxx | 15 ++
src/OutputThread.cxx | 10 +-
src/PlayerThread.cxx | 20 +-
src/UpdateArchive.cxx | 4 +-
src/UpdateContainer.cxx | 4 +-
src/UpdateRemove.cxx | 2 +-
src/UpdateSong.cxx | 8 +-
src/ZeroconfAvahi.cxx | 16 +-
src/ZeroconfGlue.cxx | 4 +-
src/command/CommandResult.hxx | 6 +
src/command/OtherCommands.cxx | 2 +-
src/decoder/DsfDecoderPlugin.cxx | 4 +-
src/decoder/FaadDecoderPlugin.cxx | 14 +-
src/decoder/FfmpegDecoderPlugin.cxx | 4 +-
src/event/FullyBufferedSocket.cxx | 54 ++---
src/event/FullyBufferedSocket.hxx | 16 +-
src/event/Loop.cxx | 9 +-
src/event/Loop.hxx | 7 +
src/event/ServerSocket.cxx | 28 ++-
src/event/ServerSocket.hxx | 4 +-
src/event/SocketMonitor.cxx | 13 ++
src/event/SocketMonitor.hxx | 5 +
src/filter/AutoConvertFilterPlugin.cxx | 4 +-
src/input/CdioParanoiaInputPlugin.cxx | 28 ++-
src/input/CurlInputPlugin.cxx | 379 +++++++++++++++++---------------
src/output/AlsaOutputPlugin.cxx | 18 +-
src/output/JackOutputPlugin.cxx | 2 +-
src/pcm/dsd2pcm/dsd2pcm.hpp | 39 ++++
src/pcm/dsd2pcm/noiseshape.hpp | 43 ++++
src/playlist/PlsPlaylistPlugin.cxx | 1 -
src/system/ByteOrder.hxx | 4 +-
src/system/FatalError.cxx | 1 +
src/system/Resolver.cxx | 22 +-
test/test_archive.cxx | 1 +
test/test_archive_bzip2.sh | 10 +
test/test_archive_iso9660.sh | 10 +
test/test_archive_zzip.sh | 10 +
test/test_byte_reverse.cxx | 1 +
test/test_mixramp.cxx | 15 +-
test/test_pcm_main.cxx | 2 +
test/test_util.cxx | 1 +
66 files changed, 778 insertions(+), 381 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git
More information about the Pkg-mpd-commits
mailing list