[Pkg-mpd-commits] [pkg-mpd] branch master updated (d6df66f -> 3c54887)

Florian Schlichting fsfs at moszumanska.debian.org
Mon Jun 19 17:12:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to branch master
in repository pkg-mpd.

      from  d6df66f   update changelog, uploading to experimental due to freeze
       new  cc1d3ef   debian/watch: switch to 0.20 series
       new  36bc16a   New upstream version 0.20.9
       new  17e68e2   Merge tag 'upstream/0.20.9'
       new  3c54887   New upstream version 0.20.9

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 INSTALL                                          | 206 -----------------
 Makefile.in                                      |   4 +-
 NEWS                                             |  40 ++++
 README.md                                        |   5 +-
 android/build.py                                 |  11 +-
 configure                                        |  38 ++--
 configure.ac                                     |   6 +-
 debian/changelog                                 |   7 +
 debian/watch                                     |   2 +-
 doc/developer.xml                                |  18 +-
 doc/doxygen.conf                                 |   2 +-
 doc/include/tags.xml                             |   6 +-
 doc/mpd.1                                        |   2 +-
 doc/user.xml                                     | 271 ++++++++++++++++++++---
 src/AudioFormat.cxx                              |   4 +-
 src/AudioFormat.hxx                              |   6 +-
 src/AudioParser.hxx                              |   3 -
 src/DetachedSong.cxx                             |   8 +-
 src/DetachedSong.hxx                             |  24 +-
 src/IOThread.cxx                                 |   4 +-
 src/IOThread.hxx                                 |   4 +-
 src/IdleFlags.cxx                                |   4 +-
 src/IdleFlags.hxx                                |   5 +-
 src/Instance.hxx                                 |   1 -
 src/Main.cxx                                     |  41 +++-
 src/Mapper.cxx                                   |  10 +-
 src/Mapper.hxx                                   |  10 +-
 src/MixRampInfo.hxx                              |  16 +-
 src/MusicBuffer.cxx                              |   6 +-
 src/MusicBuffer.hxx                              |   8 +-
 src/MusicChunk.cxx                               |   6 +-
 src/MusicChunk.hxx                               |   6 +-
 src/MusicPipe.cxx                                |   8 +-
 src/MusicPipe.hxx                                |  16 +-
 src/Partition.cxx                                |   6 +-
 src/Partition.hxx                                |   1 -
 src/Permission.cxx                               |   1 -
 src/ReplayGainInfo.cxx                           |   2 +-
 src/ReplayGainInfo.hxx                           |   8 +-
 src/ReplayGainMode.cxx                           |   2 +-
 src/ReplayGainMode.hxx                           |   3 +-
 src/SongFilter.cxx                               |  23 +-
 src/SongFilter.hxx                               |  28 +--
 src/StateFile.cxx                                |   4 +-
 src/StateFile.hxx                                |   4 +-
 src/TagStream.cxx                                |   2 +-
 src/archive/ArchiveLookup.cxx                    |   4 +-
 src/archive/plugins/Bzip2ArchivePlugin.cxx       |   4 +-
 src/archive/plugins/Iso9660ArchivePlugin.cxx     |   4 +-
 src/archive/plugins/ZzipArchivePlugin.cxx        |   4 +-
 src/client/Client.cxx                            |   4 +-
 src/client/Client.hxx                            |   9 +-
 src/client/ClientMessage.cxx                     |   4 +-
 src/client/ClientMessage.hxx                     |   2 +-
 src/command/CommandError.cxx                     |  33 ++-
 src/command/FileCommands.cxx                     |   8 +-
 src/command/NeighborCommands.cxx                 |   2 +-
 src/command/NeighborCommands.hxx                 |   2 +-
 src/command/PlaylistCommands.cxx                 |   2 +-
 src/command/PlaylistCommands.hxx                 |   2 +-
 src/command/Request.hxx                          |  11 -
 src/command/StorageCommands.cxx                  |   2 +-
 src/config/Block.cxx                             |   6 +-
 src/config/Block.hxx                             |  14 +-
 src/config/ConfigGlobal.cxx                      |   6 +-
 src/config/ConfigGlobal.hxx                      |  21 +-
 src/config/ConfigOption.hxx                      |   4 +-
 src/config/ConfigTemplates.cxx                   |   6 +-
 src/config/Param.hxx                             |   1 -
 src/db/DatabaseLock.hxx                          |   2 +-
 src/db/DatabaseSong.hxx                          |   1 -
 src/db/Helpers.cxx                               |   2 +-
 src/db/Interface.hxx                             |   3 +-
 src/db/LightDirectory.hxx                        |   6 +-
 src/db/LightSong.cxx                             |   2 +-
 src/db/LightSong.hxx                             |   4 +-
 src/db/PlaylistInfo.hxx                          |   2 +-
 src/db/PlaylistVector.cxx                        |   2 +-
 src/db/PlaylistVector.hxx                        |   2 +-
 src/db/Registry.cxx                              |   2 +-
 src/db/Registry.hxx                              |   2 +-
 src/db/Selection.cxx                             |   6 +-
 src/db/Selection.hxx                             |   6 +-
 src/db/plugins/ProxyDatabasePlugin.cxx           |   8 +-
 src/db/plugins/simple/Directory.cxx              |  18 +-
 src/db/plugins/simple/Directory.hxx              |  28 +--
 src/db/plugins/simple/DirectorySave.cxx          |   4 +-
 src/db/plugins/simple/Mount.cxx                  |   7 +
 src/db/plugins/simple/SimpleDatabasePlugin.hxx   |   4 +-
 src/db/plugins/simple/Song.cxx                   |   4 +-
 src/db/plugins/simple/Song.hxx                   |   4 +-
 src/db/plugins/simple/SongSort.cxx               |  13 +-
 src/db/plugins/simple/SongSort.hxx               |   2 +-
 src/db/plugins/upnp/Directory.cxx                |   6 +-
 src/db/plugins/upnp/Directory.hxx                |   2 +-
 src/db/plugins/upnp/Object.hxx                   |   6 +-
 src/db/plugins/upnp/UpnpDatabasePlugin.cxx       |   2 +-
 src/db/update/ExcludeList.cxx                    |   4 +-
 src/db/update/ExcludeList.hxx                    |   6 +-
 src/db/update/InotifyQueue.cxx                   |   2 +-
 src/db/update/InotifyUpdate.cxx                  |  10 +-
 src/db/update/InotifyUpdate.hxx                  |   2 +-
 src/db/update/UpdateIO.cxx                       |  10 +-
 src/db/update/UpdateIO.hxx                       |  10 +-
 src/db/update/Walk.cxx                           |   4 +-
 src/db/update/Walk.hxx                           |   2 +-
 src/decoder/Bridge.cxx                           |  18 +-
 src/decoder/Bridge.hxx                           |  14 +-
 src/decoder/Client.hxx                           |   6 +-
 src/decoder/DecoderBuffer.hxx                    |  10 +-
 src/decoder/DecoderControl.cxx                   |   2 +-
 src/decoder/DecoderControl.hxx                   |  14 +-
 src/decoder/DecoderList.cxx                      |   4 +-
 src/decoder/DecoderList.hxx                      |   4 +-
 src/decoder/DecoderPlugin.cxx                    |   4 +-
 src/decoder/DecoderPlugin.hxx                    |   4 +-
 src/decoder/DecoderThread.cxx                    |  10 +-
 src/decoder/plugins/AudiofileDecoderPlugin.cxx   |   4 +-
 src/decoder/plugins/DsdLib.cxx                   |   4 +-
 src/decoder/plugins/DsdLib.hxx                   |   4 +-
 src/decoder/plugins/FfmpegDecoderPlugin.cxx      |  22 +-
 src/decoder/plugins/FlacMetadata.cxx             |   4 +-
 src/decoder/plugins/FlacMetadata.hxx             |  20 +-
 src/decoder/plugins/GmeDecoderPlugin.cxx         |   2 +-
 src/decoder/plugins/MadDecoderPlugin.cxx         |  16 +-
 src/decoder/plugins/MpcdecDecoderPlugin.cxx      |   9 +
 src/decoder/plugins/OpusDecoderPlugin.cxx        |   4 +-
 src/decoder/plugins/OpusTags.cxx                 |   2 +-
 src/decoder/plugins/PcmDecoderPlugin.cxx         |   5 +-
 src/decoder/plugins/SidplayDecoderPlugin.cxx     |  12 +-
 src/decoder/plugins/SndfileDecoderPlugin.cxx     |   2 +-
 src/decoder/plugins/WavpackDecoderPlugin.cxx     |   4 +-
 src/event/Call.cxx                               |   2 +-
 src/event/Loop.cxx                               |   3 +-
 src/event/Loop.hxx                               |  14 +-
 src/event/MultiSocketMonitor.cxx                 |  12 +-
 src/event/MultiSocketMonitor.hxx                 |  53 ++++-
 src/event/ServerSocket.cxx                       |  10 +-
 src/filter/FilterRegistry.cxx                    |   2 +-
 src/filter/FilterRegistry.hxx                    |   2 +-
 src/fs/AllocatedPath.cxx                         |   8 +-
 src/fs/AllocatedPath.hxx                         |  53 ++---
 src/fs/Charset.cxx                               |   4 +-
 src/fs/Charset.hxx                               |   8 +-
 src/fs/Glob.hxx                                  |   2 +-
 src/fs/Path.cxx                                  |   4 +-
 src/fs/Path.hxx                                  |  20 +-
 src/fs/Path2.cxx                                 |   2 +-
 src/fs/StandardDirectory.cxx                     |  24 +-
 src/fs/StandardDirectory.hxx                     |  20 +-
 src/fs/Traits.cxx                                |  17 +-
 src/fs/Traits.hxx                                |  42 ++--
 src/fs/io/AutoGunzipReader.cxx                   |   2 +-
 src/fs/io/BufferedReader.cxx                     |   2 +-
 src/fs/io/BufferedReader.hxx                     |  11 +-
 src/fs/io/FileOutputStream.cxx                   |   4 +-
 src/fs/io/FileOutputStream.hxx                   |   2 +-
 src/fs/io/FileReader.hxx                         |   5 +-
 src/input/AsyncInputStream.cxx                   |  18 +-
 src/input/AsyncInputStream.hxx                   |  34 +--
 src/input/InputStream.cxx                        |   8 +-
 src/input/InputStream.hxx                        |  26 +--
 src/input/ProxyInputStream.cxx                   |   4 +-
 src/input/ProxyInputStream.hxx                   |   4 +-
 src/input/ThreadInputStream.cxx                  |   4 +-
 src/input/ThreadInputStream.hxx                  |   4 +-
 src/input/plugins/AlsaInputPlugin.cxx            |   9 +-
 src/input/plugins/CdioParanoiaInputPlugin.cxx    |   4 +-
 src/input/plugins/CurlInputPlugin.cxx            |   7 +-
 src/input/plugins/FfmpegInputPlugin.cxx          |   4 +-
 src/input/plugins/FileInputPlugin.cxx            |   2 +-
 src/input/plugins/RewindInputPlugin.cxx          |   2 +-
 src/input/plugins/SmbclientInputPlugin.cxx       |   2 +-
 src/lib/curl/Global.cxx                          |   6 +-
 src/lib/curl/Request.cxx                         |  12 +-
 src/lib/curl/Version.cxx                         |   2 +-
 src/lib/curl/Version.hxx                         |   2 +-
 src/lib/expat/ExpatParser.cxx                    |   4 +-
 src/lib/expat/ExpatParser.hxx                    |  12 +-
 src/lib/ffmpeg/LogCallback.cxx                   |   2 +-
 src/lib/ffmpeg/Time.hxx                          |   8 +-
 src/lib/icu/Collate.cxx                          |   4 +-
 src/lib/icu/Collate.hxx                          |   6 +-
 src/lib/icu/Converter.hxx                        |   4 +-
 src/lib/nfs/Base.cxx                             |   2 +-
 src/lib/nfs/Base.hxx                             |   2 +-
 src/lib/nfs/Cancellable.hxx                      |  14 +-
 src/lib/nfs/Connection.hxx                       |   8 +-
 src/lib/nfs/Glue.cxx                             |   2 +-
 src/lib/nfs/Glue.hxx                             |   2 +-
 src/lib/nfs/Manager.cxx                          |   8 +-
 src/lib/nfs/Manager.hxx                          |   8 +-
 src/lib/upnp/ContentDirectoryService.hxx         |   4 +-
 src/lib/upnp/Discovery.cxx                       |   4 +-
 src/lib/upnp/Util.cxx                            |  12 +-
 src/lib/upnp/Util.hxx                            |   8 +-
 src/ls.cxx                                       |   3 +-
 src/ls.hxx                                       |   3 +-
 src/mixer/MixerAll.cxx                           |  15 +-
 src/mixer/MixerInternal.hxx                      |   1 -
 src/mixer/MixerType.cxx                          |   2 +-
 src/mixer/MixerType.hxx                          |   5 +-
 src/mixer/Volume.cxx                             |   6 +-
 src/mixer/Volume.hxx                             |   6 +-
 src/mixer/plugins/AlsaMixerPlugin.cxx            |  13 +-
 src/mixer/plugins/SoftwareMixerPlugin.cxx        |   2 +-
 src/neighbor/Glue.cxx                            |   2 +-
 src/neighbor/Glue.hxx                            |   2 +-
 src/neighbor/Registry.cxx                        |   2 +-
 src/neighbor/Registry.hxx                        |   2 +-
 src/neighbor/plugins/SmbclientNeighborPlugin.cxx |   8 +-
 src/neighbor/plugins/UpnpNeighborPlugin.cxx      |   4 +-
 src/net/AllocatedSocketAddress.cxx               |   4 +-
 src/net/AllocatedSocketAddress.hxx               |  28 +--
 src/net/SocketAddress.cxx                        |   2 +-
 src/net/SocketAddress.hxx                        |   4 +-
 src/net/SocketError.cxx                          |   4 +-
 src/net/SocketError.hxx                          |  18 +-
 src/net/StaticSocketAddress.cxx                  |   2 +-
 src/net/StaticSocketAddress.hxx                  |  24 +-
 src/net/ToString.cxx                             |  10 +-
 src/net/ToString.hxx                             |   4 +-
 src/output/Init.cxx                              |   2 +-
 src/output/Internal.cxx                          |   2 +-
 src/output/Internal.hxx                          |   4 +-
 src/output/MultipleOutputs.cxx                   |   8 +-
 src/output/MultipleOutputs.hxx                   |  20 +-
 src/output/OutputPlugin.cxx                      |   2 +-
 src/output/OutputPlugin.hxx                      |   4 +-
 src/output/SharedPipeConsumer.cxx                |   4 +-
 src/output/SharedPipeConsumer.hxx                |   6 +-
 src/output/Source.cxx                            |   6 +-
 src/output/Source.hxx                            |  10 +-
 src/output/Wrapper.hxx                           |   4 +-
 src/output/plugins/AlsaOutputPlugin.cxx          |   6 +-
 src/output/plugins/FifoOutputPlugin.cxx          |   4 +-
 src/output/plugins/HaikuOutputPlugin.cxx         |   4 +-
 src/output/plugins/JackOutputPlugin.cxx          |   6 +-
 src/output/plugins/NullOutputPlugin.cxx          |   2 +-
 src/output/plugins/OSXOutputPlugin.cxx           |   2 +-
 src/output/plugins/OpenALOutputPlugin.cxx        |   8 +-
 src/output/plugins/OssOutputPlugin.cxx           |   4 +-
 src/output/plugins/PulseOutputPlugin.cxx         |   5 +-
 src/output/plugins/RecorderOutputPlugin.cxx      |   2 +-
 src/output/plugins/RoarOutputPlugin.cxx          |   4 +-
 src/output/plugins/ShoutOutputPlugin.cxx         |   5 +-
 src/output/plugins/httpd/HttpdClient.cxx         |   2 +-
 src/output/plugins/httpd/HttpdClient.hxx         |   2 +-
 src/output/plugins/httpd/HttpdInternal.hxx       |   6 +-
 src/output/plugins/httpd/HttpdOutputPlugin.cxx   |   4 +-
 src/output/plugins/httpd/IcyMetaDataServer.cxx   |  10 +-
 src/output/plugins/sles/SlesOutputPlugin.cxx     |   2 +-
 src/pcm/ChannelsConverter.cxx                    |   2 +-
 src/pcm/ChannelsConverter.hxx                    |   2 +-
 src/pcm/FloatConvert.hxx                         |   4 +-
 src/pcm/FormatConverter.cxx                      |   4 +-
 src/pcm/FormatConverter.hxx                      |   6 +-
 src/pcm/PcmExport.cxx                            |   8 +-
 src/pcm/PcmExport.hxx                            |   8 +-
 src/pcm/PcmFormat.cxx                            |   8 +-
 src/pcm/PcmFormat.hxx                            |   8 +-
 src/pcm/PcmUtils.hxx                             |   2 +-
 src/pcm/Resampler.hxx                            |   3 +-
 src/pcm/SampleFormat.cxx                         |   2 +-
 src/pcm/SampleFormat.hxx                         |   2 +-
 src/pcm/SoxrResampler.cxx                        |   4 +-
 src/pcm/Volume.cxx                               |   2 +-
 src/pcm/Volume.hxx                               |   2 +-
 src/player/Control.cxx                           |   2 +-
 src/player/Control.hxx                           |   6 +-
 src/player/CrossFade.cxx                         |   4 +-
 src/player/CrossFade.hxx                         |   2 +-
 src/player/Thread.cxx                            |   4 +-
 src/playlist/cue/CueParser.cxx                   |  12 +-
 src/playlist/cue/CueParser.hxx                   |  12 +-
 src/playlist/plugins/ExtM3uPlaylistPlugin.cxx    |   1 +
 src/playlist/plugins/M3uPlaylistPlugin.cxx       |   1 +
 src/protocol/ArgParser.hxx                       |  11 -
 src/queue/Playlist.cxx                           |   6 +-
 src/queue/Playlist.hxx                           |   6 +-
 src/queue/Queue.cxx                              |  25 ++-
 src/queue/Queue.hxx                              |  28 +--
 src/sticker/SongSticker.hxx                      |   2 -
 src/sticker/StickerDatabase.cxx                  |   4 +-
 src/sticker/StickerDatabase.hxx                  |   4 +-
 src/storage/CompositeStorage.cxx                 |  20 +-
 src/storage/CompositeStorage.hxx                 |  22 +-
 src/storage/Configured.cxx                       |   2 +-
 src/storage/Configured.hxx                       |   2 +-
 src/storage/FileInfo.hxx                         |   2 +-
 src/storage/Registry.cxx                         |   2 +-
 src/storage/Registry.hxx                         |   2 +-
 src/storage/StorageInterface.cxx                 |   4 +-
 src/storage/StorageInterface.hxx                 |  10 +-
 src/storage/plugins/CurlStorage.cxx              |  12 +-
 src/storage/plugins/LocalStorage.cxx             |  15 +-
 src/storage/plugins/NfsStorage.cxx               |  10 +-
 src/storage/plugins/SmbclientStorage.cxx         |  10 +-
 src/system/ByteOrder.hxx                         |   9 +
 src/system/Error.hxx                             |   6 +-
 src/system/FileDescriptor.cxx                    |  28 +--
 src/system/FileDescriptor.hxx                    |  48 ++--
 src/tag/Format.cxx                               |   8 +-
 src/tag/Format.hxx                               |   2 +-
 src/tag/Id3Load.cxx                              |   2 +-
 src/tag/MixRamp.cxx                              |   4 +-
 src/tag/ReplayGain.cxx                           |   4 +-
 src/tag/Set.cxx                                  |   6 +-
 src/tag/Set.hxx                                  |   8 +-
 src/tag/Settings.hxx                             |   4 +-
 src/tag/Tag.cxx                                  |   8 +-
 src/tag/Tag.hxx                                  |   8 +-
 src/tag/TagBuilder.cxx                           |   6 +-
 src/tag/TagBuilder.hxx                           |   8 +-
 src/tag/TagHandler.cxx                           |   2 +-
 src/tag/TagId3.cxx                               |  24 +-
 src/tag/TagString.cxx                            |   2 +-
 src/tag/TagTable.cxx                             |   6 +-
 src/tag/TagTable.hxx                             |   6 +-
 src/tag/VorbisComment.cxx                        |   2 +-
 src/tag/VorbisComment.hxx                        |   2 +-
 src/thread/Id.hxx                                |  10 +-
 src/thread/Thread.hxx                            |   2 +-
 src/unix/PidFile.hxx                             |   2 +-
 src/util/ASCII.hxx                               |   4 +-
 src/util/ConstBuffer.hxx                         |   2 +-
 src/util/HugeAllocator.cxx                       |   4 +-
 src/util/PeakBuffer.cxx                          |   9 +-
 src/util/PeakBuffer.hxx                          |   6 +-
 src/util/ReusableArray.hxx                       |   2 +-
 src/util/ScopeExit.hxx                           |   2 +-
 src/util/StringAPI.hxx                           |  26 +--
 src/util/StringCompare.cxx                       |   6 +-
 src/util/StringCompare.hxx                       |  10 +-
 src/util/StringUtil.cxx                          |  20 +-
 src/util/StringUtil.hxx                          |  23 +-
 src/util/StringView.cxx                          |   4 +-
 src/util/StringView.hxx                          |  24 +-
 src/util/TimeParser.cxx                          |   5 +-
 src/util/TimeParser.hxx                          |   3 -
 src/util/UTF8.cxx                                |  21 +-
 src/util/UTF8.hxx                                |  12 +-
 src/util/UriUtil.cxx                             |  29 +--
 src/util/UriUtil.hxx                             |  21 +-
 src/util/WStringAPI.hxx                          |  26 +--
 src/util/WStringCompare.cxx                      |   8 +-
 src/util/WStringCompare.hxx                      |  10 +-
 test/FakeDecoderAPI.cxx                          |   6 +-
 test/FakeDecoderAPI.hxx                          |   6 +-
 test/dump_rva2.cxx                               |   2 +-
 test/read_mixer.cxx                              |   2 +-
 test/run_output.cxx                              |   2 +-
 test/test_byte_reverse.cxx                       |   8 +-
 test/test_rewind.cxx                             |   2 +-
 test/test_translate_song.cxx                     |   6 +-
 355 files changed, 1703 insertions(+), 1508 deletions(-)
 delete mode 100644 INSTALL

-- 
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