From f35e1348bc71cbe9ed94a67960ff6222afc81742 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 26 Apr 2011 23:24:23 +0200 Subject: [PATCH] Update changelog with fixes from @adamcik --- docs/changes.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index d00bde97..ecc474c3 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -30,7 +30,7 @@ No description yet. - Mopidy now use Pykka actors for thread management and inter-thread communication. The immediate advantage of this is that Mopidy now works on - Python 2.7. (Fixes: :issue:`66`) + Python 2.7, which is the default on e.g. Ubuntu 11.04. (Fixes: :issue:`66`) - Spotify backend: @@ -66,6 +66,14 @@ No description yet. - Fix bug where ``status`` returned ``song: None``, which caused MPDroid to crash. (Fixes: :issue:`69`) + - Gracefully fallback to IPv4 sockets on systems that supports IPv6, but has + turned it off. (Fixes: :issue:`75`) + +- GStreamer output: + + - Use ``uridecodebin`` for playing audio from both Spotify and the local + backend. This contributes to support for multiple backends simultaneously. + - Settings: - Fix crash on ``--list-settings`` on clean installation. Thanks to Martins @@ -76,6 +84,11 @@ No description yet. - Replace test data symlinks with real files to avoid symlink issues when installing with pip. (Fixes: :issue:`68`) +- Debugging: + + - Include platform, architecture, Linux distribution, and Python version in + the debug log, to ease debugging of issues with attached debug logs. + 0.3.1 (2010-01-22) ==================