[Pkg-mpd-commits] [pkg-mpd] branch master updated (a321351 -> 39ea2a2)

Florian Schlichting fsfs at moszumanska.debian.org
Wed Nov 15 19:55:48 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  a321351   prepare changelog for release
       new  5b328d7   New upstream version 0.20.11
       new  cb4416d   Update upstream source from tag 'upstream/0.20.11'
       new  70851ca   Import new upstream version 0.20.11
       new  4821f70   Declare compliance with Debian Policy 4.1.1
       new  39ea2a2   release 0.20.11-1

The 5 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:
 .gitignore                                         |   1 -
 AUTHORS                                            |   1 +
 Makefile.am                                        |   5 +
 Makefile.in                                        |  96 ++++++++++++++--
 NEWS                                               |  21 ++++
 android/build.py                                   |   4 +
 config.h.in                                        |   3 +
 configure                                          |  33 ++++--
 configure.ac                                       |   5 +-
 debian/changelog                                   |  15 ++-
 debian/control                                     |   2 +-
 doc/doxygen.conf                                   |   2 +-
 doc/protocol.xml                                   |  13 ++-
 doc/user.xml                                       |  61 +++++++++-
 src/PlaylistFile.cxx                               |  11 +-
 src/PlaylistSave.cxx                               |  18 ++-
 src/SongFilter.cxx                                 |  19 +---
 src/SongFilter.hxx                                 |   8 +-
 src/db/Selection.cxx                               |   1 +
 src/decoder/DecoderThread.cxx                      |   1 +
 src/decoder/plugins/FfmpegDecoderPlugin.cxx        |   8 +-
 src/decoder/plugins/FfmpegMetaData.cxx             |   6 +
 src/decoder/plugins/GmeDecoderPlugin.cxx           |   4 +-
 src/lib/icu/{Collate.cxx => CaseFold.cxx}          | 124 ++-------------------
 src/{tag/TagString.hxx => lib/icu/CaseFold.hxx}    |  17 ++-
 src/lib/icu/Collate.cxx                            |  69 ------------
 src/lib/icu/Collate.hxx                            |   6 -
 src/lib/icu/Compare.cxx                            |  66 +++++++++++
 .../io/GunzipReader.hxx => lib/icu/Compare.hxx}    |  44 ++++----
 src/mixer/MixerList.hxx                            |   1 +
 .../{NullMixerPlugin.cxx => OSXMixerPlugin.cxx}    |  45 ++++----
 src/output/plugins/OSXOutputPlugin.cxx             |  57 +++++++++-
 src/output/plugins/OSXOutputPlugin.hxx             |   8 ++
 src/output/plugins/SndioOutputPlugin.cxx           |  34 +++---
 src/player/Thread.cxx                              |   2 +-
 src/queue/Playlist.cxx                             |   3 +-
 src/queue/Playlist.hxx                             |  12 ++
 src/queue/PlaylistControl.cxx                      |  34 ++++--
 src/queue/Queue.cxx                                |  21 +++-
 src/queue/Queue.hxx                                |  22 +++-
 src/storage/plugins/CurlStorage.cxx                |  20 +++-
 src/tag/Aiff.cxx                                   |   2 +-
 .../upnp/Tags.cxx => tag/Id3MusicBrainz.cxx}       |  23 ++--
 .../ArchiveDomain.hxx => tag/Id3MusicBrainz.hxx}   |   6 +-
 src/tag/TagId3.cxx                                 |  16 +--
 src/util/FormatString.cxx                          |   2 +-
 46 files changed, 609 insertions(+), 363 deletions(-)
 delete mode 100644 .gitignore
 copy src/lib/icu/{Collate.cxx => CaseFold.cxx} (51%)
 copy src/{tag/TagString.hxx => lib/icu/CaseFold.hxx} (78%)
 create mode 100644 src/lib/icu/Compare.cxx
 copy src/{fs/io/GunzipReader.hxx => lib/icu/Compare.hxx} (55%)
 copy src/mixer/plugins/{NullMixerPlugin.cxx => OSXMixerPlugin.cxx} (62%)
 copy src/{db/plugins/upnp/Tags.cxx => tag/Id3MusicBrainz.cxx} (63%)
 copy src/{archive/ArchiveDomain.hxx => tag/Id3MusicBrainz.hxx} (86%)

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