Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
0c7e9716 by lovetox at 2020-08-14T14:20:54+02:00
Update ChangeLog

- - - - -
ef105bd0 by lovetox at 2020-08-14T14:21:09+02:00
1.0.2

- - - - -


3 changed files:

- ChangeLog
- nbxmpp/__init__.py
- setup.cfg


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,17 @@
+python-nbxmpp 1.0.2 (14 August 2020)
+
+ New
+
+ * Client: Expose more information about the connection
+ * Client: set_ignored_tls_errors() allow to pass None
+ * Add method to disable stream management
+
+ Bugfixes
+
+ * TCP: Set input/output closed on finalize()
+ * TCP: Catch Runtime error
+ * Perform UTS46 mapping on domain names
+
 python-nbxmpp 1.0.1 (07 July 2020)
 
  New


=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ from .protocol import *
 
 gi.require_version('Soup', '2.4')
 
-__version__ = "1.0.1"
+__version__ = "1.0.2"


=====================================
setup.cfg
=====================================
@@ -1,6 +1,6 @@
 [metadata]
 name = nbxmpp
-version = 1.0.1
+version = 1.0.2
 description = XMPP Library
 author = Yann Leboulanger, Philipp Hoerist
 author_email = [email protected]



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/bbf21b95905839b644a10335b3d1edae83fc27a8...ef105bd0ee9f5df3cc0057d8d043f6c4cf6637bd

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/bbf21b95905839b644a10335b3d1edae83fc27a8...ef105bd0ee9f5df3cc0057d8d043f6c4cf6637bd
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

Reply via email to