Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2014-12-27 18:14:35 +0300
committerYann Leboulanger <asterix@lagaule.org>2014-12-27 18:14:35 +0300
commita7f2109146f312adfbd246474fa9d4339ae798e4 (patch)
tree017b874c53de9f644f8260421e204a7cf17bf0f9
parentd21786cb28a9ab6ff2c6fd3f2c5246b4705bcc40 (diff)
prepare 0.5.2 releasenbxmpp-0.5.2
-rw-r--r--ChangeLog6
-rw-r--r--nbxmpp/__init__.py2
-rwxr-xr-xsetup.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ed769c2..ce45180 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+python-nbxmpp 0.5.2 (27 December 2014)
+
+ * Fix BOSH HTTP requests
+ * Fix handling of binary SASL data for mechanism GSSAPI
+ * Update MAM namespace
+
python-nbxmpp 0.5.1 (04 October 2014)
* Fix printing network errors in a non-utf-8 console
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 6164a5f..e8475be 100644
--- a/nbxmpp/__init__.py
+++ b/nbxmpp/__init__.py
@@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient
from .plugin import PlugIn
from .smacks import Smacks
-__version__ = "0.5.1"
+__version__ = "0.5.2"
diff --git a/setup.py b/setup.py
index 715f589..c796b5e 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.5.1',
+ version='0.5.2',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',