diff options
author | Olivier Le Thanh Duong <olivier@lethanh.be> | 2009-10-09 02:48:57 +0200 |
---|---|---|
committer | Olivier Le Thanh Duong <olivier@lethanh.be> | 2009-10-09 03:14:04 +0200 |
commit | 7cf247e3ddb1196f5ed086056c865209a3e6be22 (patch) | |
tree | dcb8d00b242a1be5c238008ab079cb31e4d76b48 | |
parent | 1a6179ee50132ae52b076c742d017fa15bca2e4c (diff) |
Prepare for papyon 0.4.3papyon-0.4.3
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | papyon/__init__.py | 2 |
3 files changed, 13 insertions, 1 deletions
@@ -4,3 +4,4 @@ Ole André Vadla Ravnås <oleavr@gmail.com> Richard Spiers <richard.spiers@gmail.com> Youness Alaoui <kakaroto@users.sourceforge.net> Louis-Francis Ratté-Boulianne <louisfrancis.rb@gmail.com> +Olivier Lê Thanh Duong <olivier@lethanh.be> @@ -1,3 +1,14 @@ +papyon-0.4.3 (2009-11-09) +========================= + +The "Green Carrot" release. + +Fixes: + * Add the missing arument to Profile._client_capability_changed (fd.o #24042) + * Fix crash when printing unicode char in message headers (fd.o #24223) + * Add missing import in group_contact_delete (fd.o #24236) + * Improve audio/video call support + papyon-0.4.2 (2009-09-03) ========================= diff --git a/papyon/__init__.py b/papyon/__init__.py index 3e3ab87..c76ac55 100644 --- a/papyon/__init__.py +++ b/papyon/__init__.py @@ -26,7 +26,7 @@ instant messaging service. @group Network Layer: gnet """ -version = (0, 4, 2) +version = (0, 4, 3) __version__ = ".".join(str(x) for x in version) __author__ = "Youness Alaoui <kakaroto@users.sourceforge.net>" |