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:
authorPhilipp Hörist <philipp@hoerist.com>2022-09-13 22:15:44 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-09-13 22:15:44 +0300
commit359fa9438d240275ee1a86e13b767083af4684a1 (patch)
tree04f0ee489dfb94244bca70e25e2739ce0256dbc6
parent5b735b22bfd07b48459863ec5398632d3ee5b92b (diff)
release: 3.2.23.2.2
-rw-r--r--ChangeLog21
-rw-r--r--nbxmpp/__init__.py2
-rw-r--r--setup.cfg2
3 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e69083..f77f0d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+nbxmpp 3.2.2 (13 Sep 2022)
+
+ New
+
+ * Expose TLS version and ciphersuite
+ * Add stringprep implementation
+
+ Change
+
+ * Add packaging as dependency
+ * Use stringprep instead of precis for JID validation
+
+ Bug Fixes
+
+ * Add missing __init__.py to examples
+
+ Notes
+
+ * You can set the env variable NBXMPP_USE_PRECIS to revert back
+ to the old behavior.
+
nbxmpp 3.2.1 (29 Aug 2022)
Bug Fixes
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 0d9cea2..85ab17f 100644
--- a/nbxmpp/__init__.py
+++ b/nbxmpp/__init__.py
@@ -4,4 +4,4 @@ from .protocol import *
gi.require_version('Soup', '2.4')
-__version__: str = '3.2.1'
+__version__: str = '3.2.2'
diff --git a/setup.cfg b/setup.cfg
index ef9c2d2..a5ec306 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 3.2.1
+version = 3.2.2
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org