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

This commit is contained in:
Stein Magnus Jodal 2014-12-21 23:46:51 +01:00
commit afcc77d3f8

View File

@ -69,11 +69,6 @@ v0.20.0 (UNRELEASED)
make sense for a server such as Mopidy. Currently the only way to find out if
it is in use and will be missed is to go ahead and remove it.
**HTTP**
- Log error while starting HTTP apps instead letting the HTTP server thread
die. (Fixes: :issue:`875`)
v0.19.5 (UNRELEASED)
====================
@ -99,6 +94,9 @@ Bug fix release.
- MPD: Remove track comments from responses. They are not included by the
original MPD server, and this works around :issue:`881`. (PR: :issue:`882`)
- HTTP: Errors while starting HTTP apps are logged instead of crashing the HTTP
server. (Fixes: :issue:`875`)
v0.19.4 (2014-09-01)
====================