[Pkg-mpd-commits] [pkg-mpc] 02/08: Merge tag 'upstream/0.27'

Florian Schlichting fsfs at moszumanska.debian.org
Tue Jun 2 21:35:13 UTC 2015


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

fsfs pushed a commit to branch master
in repository pkg-mpc.

commit cf49c66a484ffb41360bea65c7db52a25214c610
Merge: 31ecf45 5f289c6
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Jun 2 22:38:37 2015 +0200

    Merge tag 'upstream/0.27'
    
    Upstream version 0.27

 Makefile.am                   |  28 +-
 Makefile.in                   | 999 ++++++++++++++++++++++++++++++++----------
 NEWS                          |  13 +
 aclocal.m4                    |   8 +-
 configure                     | 269 +++++++++++-
 configure.ac                  |  20 +-
 doc/mpc-completion.bash       |   2 +-
 doc/mpc.1                     |   8 +-
 m4/check.m4                   | 132 ++++++
 src/Compiler.h                |  56 ++-
 src/args.c                    |   6 +-
 src/args.h                    |   2 +-
 src/charset.c                 |   2 +-
 src/charset.h                 |   2 +-
 src/command.c                 | 294 ++++++++-----
 src/command.h                 |   3 +-
 src/format.c                  | 259 +++++++++++
 src/{path.h => format.h}      |  37 +-
 src/idle.c                    |   2 +-
 src/idle.h                    |   2 +-
 src/list.c                    | 204 +--------
 src/list.h                    |  50 +--
 src/main.c                    |  30 +-
 src/message.c                 |  13 +-
 src/message.h                 |   2 +-
 src/mpc.h                     |   2 +-
 src/options.c                 |   2 +-
 src/options.h                 |   2 +-
 src/password.c                |   2 +-
 src/password.h                |   2 +-
 src/path.c                    |   2 +-
 src/path.h                    |   2 +-
 src/queue.c                   |  51 ++-
 src/queue.h                   |   2 +-
 src/search.c                  |  40 +-
 src/search.h                  |   5 +-
 src/song_format.c             | 114 +++++
 src/{path.h => song_format.h} |  30 +-
 src/status.c                  |   5 +-
 src/status.h                  |   2 +-
 src/sticker.c                 |   2 +-
 src/sticker.h                 |   2 +-
 src/tab.c                     |  23 +-
 src/tab.h                     |   2 +-
 src/util.c                    | 234 +---------
 src/util.h                    |   6 +-
 test-driver                   | 139 ++++++
 test/test_format.c            | 152 +++++++
 48 files changed, 2298 insertions(+), 968 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpc.git



More information about the Pkg-mpd-commits mailing list