changeset 85a4bb6ef379 in /home/hg/repos/python-nbxmpp
details:http://hg.gajim.org/python-nbxmpp?cmd=changeset;node=85a4bb6ef379
description: prepare 0.2 release
diffstat:
ChangeLog | 8 +++++++-
setup.py | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r a70202725728 -r 85a4bb6ef379 ChangeLog
--- a/ChangeLog Wed Jul 24 21:32:55 2013 +0200
+++ b/ChangeLog Fri Jul 26 11:26:36 2013 +0200
@@ -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 -r a70202725728 -r 85a4bb6ef379 setup.py
--- a/setup.py Wed Jul 24 21:32:55 2013 +0200
+++ b/setup.py Fri Jul 26 11:26:36 2013 +0200
@@ -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='[email protected]',
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits