[Pkg-mpd-commits] [pkg-mpd] branch upstream updated (5b328d7 -> 00875a3)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Dec 19 05:46:22 UTC 2017


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

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

      from  5b328d7   New upstream version 0.20.11
       new  0fa8d1e   New upstream version 0.20.12
       new  00875a3   New upstream version 0.20.13

The 2 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:
 Makefile.am                                        |   7 +
 Makefile.in                                        | 542 +++++++++++++++++----
 NEWS                                               |  33 ++
 android/build.py                                   |  16 +-
 configure                                          | 101 +++-
 configure.ac                                       |  11 +-
 doc/doxygen.conf                                   |   2 +-
 doc/user.xml                                       |   4 +-
 python/build/autotools.py                          |  46 ++
 python/build/boost.py                              |  23 +
 python/build/cmdline.py                            |  29 ++
 python/build/dirs.py                               |   9 +
 python/build/download.py                           |  26 +
 python/build/ffmpeg.py                             |  54 ++
 python/build/libs.py                               | 129 +++++
 python/build/project.py                            |  59 +++
 python/build/tar.py                                |  11 +
 python/build/verify.py                             |  42 ++
 python/build/zlib.py                               |  22 +
 src/CommandLine.cxx                                |   4 +-
 src/LocateUri.hxx                                  |   2 +-
 src/LogBackend.cxx                                 |   2 +-
 src/LogInit.cxx                                    |   4 +-
 src/LogLevel.hxx                                   |   2 +-
 src/Main.cxx                                       |  12 +-
 src/Main.hxx                                       |   2 +-
 src/MusicChunk.hxx                                 |  10 +-
 src/StateFile.cxx                                  |  19 +-
 src/StateFile.hxx                                  |   4 +
 src/Stats.cxx                                      |   4 +-
 src/TimePrint.cxx                                  |   4 +-
 src/client/ClientFile.cxx                          |   2 +-
 src/client/ClientMessage.hxx                       |   2 +-
 src/client/ClientNew.cxx                           |   2 +-
 src/command/CommandResult.hxx                      |   2 +-
 src/command/FileCommands.cxx                       |   4 +-
 src/command/StorageCommands.cxx                    |   4 +-
 src/config/ConfigOption.hxx                        |   4 +-
 src/config/ConfigPath.cxx                          |   6 +-
 src/db/plugins/simple/Directory.cxx                |   4 +-
 src/db/plugins/simple/Directory.hxx                |   1 -
 src/db/plugins/simple/Mount.cxx                    |   4 +-
 src/db/plugins/simple/Mount.hxx                    |   2 +-
 src/db/plugins/simple/SimpleDatabasePlugin.cxx     |  17 +-
 src/db/update/UpdateIO.cxx                         |   2 +-
 src/db/update/Walk.cxx                             |  10 +-
 src/db/update/Walk.hxx                             |   2 +-
 src/decoder/plugins/FfmpegDecoderPlugin.cxx        |   2 +-
 src/decoder/plugins/FlacIOHandle.cxx               |   2 +-
 src/decoder/plugins/VorbisDecoderPlugin.cxx        |  16 +-
 src/encoder/plugins/VorbisEncoderPlugin.cxx        |   4 +-
 src/event/MultiSocketMonitor.cxx                   |   4 +-
 src/event/MultiSocketMonitor.hxx                   |   6 +-
 src/event/ServerSocket.cxx                         |   2 +-
 src/event/SignalMonitor.cxx                        |   2 +-
 src/event/SignalMonitor.hxx                        |   2 +-
 src/event/SocketMonitor.cxx                        |   2 +-
 src/event/SocketMonitor.hxx                        |   2 +-
 src/fs/AllocatedPath.cxx                           |   4 +-
 src/fs/Charset.cxx                                 |  10 +-
 src/fs/Charset.hxx                                 |   2 +-
 src/fs/CheckFile.cxx                               |   2 +-
 src/fs/DirectoryReader.cxx                         |   2 +-
 src/fs/DirectoryReader.hxx                         |   2 +-
 src/fs/FileInfo.hxx                                |  20 +-
 src/fs/FileSystem.cxx                              |   8 +-
 src/fs/FileSystem.hxx                              |  16 +-
 src/fs/Glob.hxx                                    |   8 +-
 src/fs/Limits.hxx                                  |   2 +-
 src/fs/StandardDirectory.cxx                       |  14 +-
 src/fs/StandardDirectory.hxx                       |   2 +-
 src/fs/Traits.cxx                                  |   2 +-
 src/fs/Traits.hxx                                  |  20 +-
 src/fs/io/FileOutputStream.cxx                     |   4 +-
 src/fs/io/FileOutputStream.hxx                     |  12 +-
 src/fs/io/FileReader.cxx                           |   2 +-
 src/fs/io/FileReader.hxx                           |  16 +-
 src/input/InputPlugin.hxx                          |   2 +-
 src/input/plugins/CdioParanoiaInputPlugin.cxx      |   7 +-
 src/input/plugins/CurlInputPlugin.cxx              |  25 +-
 src/input/plugins/FfmpegInputPlugin.cxx            |  15 +-
 src/input/plugins/FileInputPlugin.cxx              |  14 +-
 src/input/plugins/SmbclientInputPlugin.cxx         |  22 +-
 src/lib/icu/CaseFold.cxx                           |   4 +-
 src/lib/icu/Collate.cxx                            |   4 +-
 src/lib/upnp/Action.hxx                            |   2 +-
 src/lib/upnp/Callback.hxx                          |   4 +-
 src/lib/upnp/ClientInit.cxx                        |   9 +-
 src/lib/upnp/ClientInit.hxx                        |   2 +-
 src/lib/upnp/Compat.hxx                            |  72 +++
 src/lib/upnp/ContentDirectoryService.hxx           |   2 +-
 src/lib/upnp/Discovery.cxx                         |  22 +-
 src/lib/upnp/Discovery.hxx                         |  21 +-
 src/lib/upnp/Init.cxx                              |   6 +-
 src/lib/upnp/UniqueIxml.hxx                        |   2 +-
 src/lib/upnp/ixmlwrap.hxx                          |   2 +-
 src/mixer/plugins/AlsaMixerPlugin.cxx              |   4 +-
 src/net/Resolver.cxx                               |   2 +-
 src/net/SocketAddress.hxx                          |   4 +-
 src/net/SocketError.cxx                            |   2 +-
 src/net/SocketError.hxx                            |  14 +-
 src/net/ToString.cxx                               |   2 +-
 src/output/OutputThread.cxx                        |  19 +-
 src/output/Source.cxx                              |   3 +-
 src/output/plugins/OSXOutputPlugin.cxx             |   9 +-
 src/output/plugins/httpd/HttpdOutputPlugin.cxx     |   1 +
 src/pcm/SampleFormat.hxx                           |   4 +-
 src/player/Thread.cxx                              |  11 +
 src/playlist/PlaylistRegistry.cxx                  |   4 +-
 src/queue/PlaylistControl.cxx                      |   3 +-
 src/queue/PlaylistEdit.cxx                         |   2 +-
 src/queue/Queue.cxx                                |  14 +-
 src/queue/Queue.hxx                                |   9 +-
 src/storage/StorageState.cxx                       | 138 ++++++
 .../OutputState.hxx => storage/StorageState.hxx}   |  26 +-
 src/storage/plugins/LocalStorage.cxx               |   2 +-
 src/system/Clock.cxx                               |   2 +-
 src/system/Clock.hxx                               |   2 +-
 src/system/EPollFD.cxx                             |   2 +-
 src/system/Error.hxx                               |  12 +-
 src/system/EventPipe.cxx                           |  14 +-
 src/system/FatalError.cxx                          |   6 +-
 src/system/FatalError.hxx                          |   4 +-
 src/system/FileDescriptor.cxx                      |   6 +-
 src/system/FileDescriptor.hxx                      |   4 +-
 src/system/fd_util.c                               |  14 +-
 src/system/fd_util.h                               |   2 +-
 src/tag/Format.cxx                                 |   4 +-
 src/thread/Cond.hxx                                |   2 +-
 src/thread/Id.hxx                                  |  12 +-
 src/thread/Mutex.hxx                               |   2 +-
 src/thread/Thread.cxx                              |   6 +-
 src/thread/Thread.hxx                              |  10 +-
 src/thread/Util.cxx                                |   4 +-
 src/unix/Daemon.cxx                                |   6 +-
 src/unix/Daemon.hxx                                |  14 +-
 src/unix/SignalHandlers.cxx                        |   4 +-
 src/util/FormatString.cxx                          |   4 +-
 src/util/HugeAllocator.cxx                         |   2 +-
 src/util/HugeAllocator.hxx                         |   2 +-
 src/util/StringAPI.hxx                             |   2 +-
 src/util/TimeParser.cxx                            |   6 +-
 src/util/WStringAPI.hxx                            |   2 +-
 src/win32/Win32Main.cxx                            |   2 +-
 test/ShutdownHandler.cxx                           |   2 +-
 test/ShutdownHandler.hxx                           |   2 +-
 test/run_resolver.cxx                              |   2 +-
 test/test_protocol.cxx                             |   2 +-
 win32/build.py                                     | 126 +++++
 149 files changed, 1866 insertions(+), 425 deletions(-)
 create mode 100644 python/build/autotools.py
 create mode 100644 python/build/boost.py
 create mode 100644 python/build/cmdline.py
 create mode 100644 python/build/dirs.py
 create mode 100644 python/build/download.py
 create mode 100644 python/build/ffmpeg.py
 create mode 100644 python/build/libs.py
 create mode 100644 python/build/project.py
 create mode 100644 python/build/tar.py
 create mode 100644 python/build/verify.py
 create mode 100644 python/build/zlib.py
 create mode 100644 src/lib/upnp/Compat.hxx
 create mode 100644 src/storage/StorageState.cxx
 copy src/{output/OutputState.hxx => storage/StorageState.hxx} (61%)
 create mode 100755 win32/build.py

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