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:
authorlovetox <philipp@hoerist.com>2020-08-14 15:20:54 +0300
committerlovetox <philipp@hoerist.com>2020-08-14 15:20:54 +0300
commit0c7e9716e55c0fadfd3a546937e00b2ee18cb058 (patch)
treeabf8c20c4ee2baf7a99e1f027a20627a512f4b96 /ChangeLog
parentbbf21b95905839b644a10335b3d1edae83fc27a8 (diff)
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45175b6..839ecce 100644
--- a/ChangeLog
+++ b/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