summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-10-21 10:06:35 -0400
committerLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-10-21 10:16:09 -0400
commit8dd34fbf429ad03273104654ce44e696206adadf (patch)
treea7de0e8cc2ef6db26303a89242a2eebb8a276b3f
parent215631d8cc35609c7bc542a1fa71aa2a0fe1a3b7 (diff)
Version 0.5.2papyon-0.5.2
-rw-r--r--NEWS10
-rw-r--r--papyon/__init__.py2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4d2e012..f50f688 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+papyon-0.5.2 (2010-10-21)
+=========================
+
+Fixes:
+ * Use the right policy reference when requesting security token (fdo #31004)
+ * Set the peer end-points before requesting his display picture (fdo #30411)
+ * Don't queue all P2P chunks right away when using SB transport (fdo #29512)
+ * Don't send invalid command when contact is in Allow and Block lists
+ * Don't fail when current media that is not music (fdo #30625)
+
papyon-0.5.1 (2010-09-10)
=========================
diff --git a/papyon/__init__.py b/papyon/__init__.py
index 22d8267..de30b8d 100644
--- a/papyon/__init__.py
+++ b/papyon/__init__.py
@@ -26,7 +26,7 @@ instant messaging service.
@group Network Layer: gnet
"""
-version = (0, 5, 1)
+version = (0, 5, 2)
__version__ = ".".join(str(x) for x in version)
__author__ = "Youness Alaoui <kakaroto@users.sourceforge.net>"