diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | papyon/__init__.py | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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>" |