Merge branch 'release/v0.19.x' into develop

Conflicts:
	.mailmap
	AUTHORS
This commit is contained in:
Stein Magnus Jodal 2014-12-16 23:37:57 +01:00
commit 44599f1163
3 changed files with 10 additions and 9 deletions

View File

@ -16,4 +16,4 @@ Janez Troha <janez.troha@gmail.com> <dz0ny@ubuntu.si>
Luke Giuliani <luke@giuliani.com.au>
Colin Montgomerie <kiteflyingmonkey@gmail.com>
Ignasi Fosch <natx@y10k.ws> <ifosch@serenity-2.local>
Christopher Schirner <schinken@hackerspace-bamberg.de>
Christopher Schirner <christopher@hackerspace-bamberg.de> <schinken@hackerspace-bamberg.de>

View File

@ -42,7 +42,8 @@
- Sam Willcocks <sam@wlcx.cc>
- Ignasi Fosch <natx@y10k.ws>
- Arjun Naik <arjun@arjunnaik.in>
- Christopher Schirner <schinken@hackerspace-bamberg.de>
- Christopher Schirner <christopher@hackerspace-bamberg.de>
- Dmitry Sandalov <dmitry@sandalov.org>
- Lukas Vogel <lukas@vogelnest.org>
- Thomas Amland <thomas.amland@gmail.com>
- Deni Bertovic <deni@kset.org>

View File

@ -39,8 +39,6 @@ v0.20.0 (UNRELEASED)
- Add symlink support with loop protection to file finder (Fixes: :issue:`858`,
PR: :isusue:`874`)
- Fix scanning of modified files. (PR: :issue:`904`)
**MPD frontend**
- In stored playlist names, replace "/", which are illegal, with "|" instead of
@ -49,11 +47,6 @@ v0.20.0 (UNRELEASED)
- Enable browsing of artist references, in addition to albums and playlists.
(PR: :issue:`884`)
- Re-enable browsing of empty directories. (PR: :issue:`906`)
- Quick workaround for :issue:`881`, which allows for newlines in comments.
(PR: :issue:`882`)
**Audio**
- Deprecated :meth:`mopidy.audio.Audio.emit_end_of_stream`. Pass a
@ -93,6 +86,13 @@ Bug fix release.
:attr:`mopidy.models.Track.track_no`, and
:attr:`mopidy.models.Track.last_modified` from ``0`` to :class:`None`.
- Local: Fix scanning of modified files. (PR: :issue:`904`)
- MPD: Re-enable browsing of empty directories. (PR: :issue:`906`)
- MPD: Remove track comments from responses. They are not included by the
original MPD server, and this works around :issue:`881`. (PR: :issue:`882`)
v0.19.4 (2014-09-01)
====================