From 8dd34fbf429ad03273104654ce44e696206adadf Mon Sep 17 00:00:00 2001 From: Louis-Francis Ratté-Boulianne Date: Thu, 21 Oct 2010 10:06:35 -0400 Subject: Version 0.5.2 --- NEWS | 10 ++++++++++ papyon/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 " -- cgit v1.2.3