From ca44ff394713233920114ca09c44d6a6f60fe172 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 1 Sep 2014 23:07:44 +0200 Subject: [PATCH] docs: Update changelog --- docs/changelog.rst | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index b78a5942..962abe88 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,24 +5,18 @@ Changelog This changelog is used to track all major changes to Mopidy. -v0.19.4 (UNRELEASED) +v0.19.4 (2014-09-01) ==================== Bug fix release. -- MPD frontend: Make the ``list`` command return albums when sending 3 - arguments. This was incorrectly returning artists after the MPD command - changes in 0.19.0. (Fixes: :issue:`817`) +- Configuration: :option:`mopidy --config` now supports directories. - Logging: Fix that some loggers would be disabled if :confval:`logging/config_file` was set. (Fixes: :issue:`740`) -- Core: Return exit status 1 when exiting because of initialization error. - -- Configuration: :option:`mopidy --config` now supports directories. - -- Network: Fix a race condition where two threads could try to free the same - data simultaneously. (Fixes: :issue:`781`) +- Quit process with exit code 1 when stopping because of a backend, frontend, + or mixer initialization error. - Backend API: Update :meth:`mopidy.backend.LibraryProvider.browse` signature and docs to match how the core use the backend's browse method. (Fixes: @@ -35,6 +29,13 @@ Bug fix release. - HTTP frontend: Guard against double close of WebSocket, which causes an :exc:`AttributeError` on Tornado < 3.2. +- MPD frontend: Make the ``list`` command return albums when sending 3 + arguments. This was incorrectly returning artists after the MPD command + changes in 0.19.0. (Fixes: :issue:`817`) + +- MPD frontend: Fix a race condition where two threads could try to free the + same data simultaneously. (Fixes: :issue:`781`) + v0.19.3 (2014-08-03) ====================