From f25f3d95c71c2129523dbd1309aa328e1e51355d Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 3 Apr 2011 12:44:30 +0200 Subject: [PATCH] Update changelog after merge of feature/pykka-actors --- docs/changes.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 4d6c6524..b667016f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -13,13 +13,25 @@ No description yet. **Important changes** +- Mopidy now depends on `Pykka ` >=0.12. If you + install from APT, Pykka will automatically be installed. If you are not + installing from APT, you may install Pykka from PyPI:: + + sudo pip install -U Pykka + - If you use the Spotify backend, you *should* upgrade to libspotify 0.0.7 and - the latest pyspotify from the Mopidy developers. Follow the instructions at + the latest pyspotify from the Mopidy developers. If you install from APT, + libspotify and pyspotify will automatically be upgraded. If you are not + installing from APT, follow the instructions at :doc:`/installation/libspotify/`. **Changes** +- 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`) + - Spotify backend: - Fixed a segmentation fault due to a bug in Pyspotify. Thanks to Antoine