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:
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