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-03-15 23:39:59 +0400
committerYann Leboulanger <asterix@lagaule.org>2014-03-15 23:39:59 +0400
commite89ed5fc7d5de8cbc3574b713e94756c6fd1ed79 (patch)
tree809c88494eea4ec1de100d460712390827b5840a
parentbe3804cb1d2dbf82b0d6813e23050042184ad8cc (diff)
prepare 0.4 releasenbxmpp-0.4
-rw-r--r--ChangeLog6
-rwxr-xr-xsetup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eacf202..b8e8043 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+python-nbxmpp 0.4 (15 March 2014)
+
+ * Ability to configure TLS protocol version
+ * Add support for SCRAM-SHA-1-PLUS
+ * Security improvements
+
python-nbxmpp 0.3 (23 December 2013)
* Improve security level
diff --git a/setup.py b/setup.py
index 8f01055..975e443 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.3',
+ version='0.4',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',