summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-09-10 17:43:41 -0400
committerLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-09-10 17:43:41 -0400
commit83ff47991eac0e7bd5acb6b4b3f7ecdb66288426 (patch)
treee6338be0ba89e1e5daba3dc5a2ec4231a7857a15
parentd4638a305ea6a87711a63dee025ce102bddd76de (diff)
Version 0.5.1papyon-0.5.1
-rw-r--r--NEWS11
-rw-r--r--papyon/__init__.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 62bee99..4d2e012 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+papyon-0.5.1 (2010-09-10)
+=========================
+
+Fixes:
+ * Multiple fixes to video-conference and proxy support
+ * Only update MSN Object once we received extended presence (fdo #29967)
+ * Fallback on public picture when default one fails (roaming) (fdo #29965)
+ * Support MSNP18-style offline messaging
+ * Better handling of switchboard sessions
+ * Minor fixes for bugs fdo #29742, #29763 and #29764
+
papyon-0.5.0 (2010-08-12)
=========================
diff --git a/papyon/__init__.py b/papyon/__init__.py
index dc67524..22d8267 100644
--- a/papyon/__init__.py
+++ b/papyon/__init__.py
@@ -26,7 +26,7 @@ instant messaging service.
@group Network Layer: gnet
"""
-version = (0, 5, 0)
+version = (0, 5, 1)
__version__ = ".".join(str(x) for x in version)
__author__ = "Youness Alaoui <kakaroto@users.sourceforge.net>"