From 2efad346c1bbb1dcdb63b5ade5cb27fb8724a49d Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 22 Jan 2011 14:31:46 +0100 Subject: [PATCH] Update changelog for v0.3.1 --- docs/changes.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index cecf3ffa..6446a17e 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,6 +5,20 @@ Changes This change log is used to track all major changes to Mopidy. +0.3.1 (2010-01-22) +================== + +A couple of fixes to the 0.3.0 release is needed to get a smooth installation. + +**Bugfixes** + +- The Spotify application key was missing from the Python package. + +- Installation of the Python package as a normal user failed because it did not + have permissions to install ``mopidy.desktop``. The file is now only + installed if the installation is executed as the root user. + + 0.3.0 (2010-01-22) ==================