Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
f0af5c9a by Philipp Hörist at 2018-08-18T10:38:56Z
Update ChangeLog
- - - - -
2428e397 by Philipp Hörist at 2018-08-18T10:39:16Z
Prepare 0.6.7
- - - - -
3 changed files:
- ChangeLog
- nbxmpp/__init__.py
- setup.py
Changes:
=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+python-nbxmpp 0.6.7 (19 August 2018)
+
+ * Raise default TLS version to 1.2
+ * Remove DIGEST-MD5 from the default auth mechs
+ * Add STANZA RECEIVED Event (Some servers send more than one stanza in one
packet)
+ * Add alternative locations to load TLS certs from
+
python-nbxmpp 0.6.6 (20 May 2018)
* Record all SSL errors instead of only the first
=====================================
nbxmpp/__init__.py
=====================================
--- 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.6.6"
+__version__ = "0.6.7"
=====================================
setup.py
=====================================
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.6.6',
+ version='0.6.7',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='[email protected]',
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/compare/24631042b6f200ef8134b106ac3474a36e94f1c3...2428e3976b2629c58905e84132e21336a90d505c
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/compare/24631042b6f200ef8134b106ac3474a36e94f1c3...2428e3976b2629c58905e84132e21336a90d505c
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits