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>2013-07-26 13:26:36 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-07-26 13:26:36 +0400
commit2940214c8daae6f902ac9a4ae1916930985f6210 (patch)
tree7a0887da4efbf77f1cd4c967553a79ff8e339c88
parent53d03edbb153763a8eba67e45bf328cc41dde6b0 (diff)
prepare 0.2 release
-rw-r--r--ChangeLog8
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 49bae30..ad2ae81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
-python-nbxmpp 0.1 (XX)
+python-nbxmpp 0.2 (26 July 2013)
+
+ * Add some namespace
+ * do TLS handshake without blocking
+ * store all SSL errors instead of only last one
+
+python-nbxmpp 0.1 (05 August 2012)
* Initial release
diff --git a/setup.py b/setup.py
index e735504..e5ee7cd 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.1',
+ version='0.2',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',