Philipp Hörist pushed to branch nbxmpp_2.0 at gajim / python-nbxmpp
Commits:
0ff3090e by lovetox at 2021-07-24T22:10:29+02:00
2.0.3
- - - - -
3 changed files:
- ChangeLog
- nbxmpp/__init__.py
- setup.cfg
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,11 @@
+python-nbxmpp 2.0.3 (24 July 2021)
+
+ Bugfixes
+
+ * Correctly handle RSM count request
+ * Improve XEP-0050 Compliance
+ * GSSAPI: Catch OSError
+
python-nbxmpp 2.0.2 (18 February 2021)
Bugfixes
=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ from .protocol import *
gi.require_version('Soup', '2.4')
-__version__ = "2.0.2"
+__version__ = "2.0.3"
=====================================
setup.cfg
=====================================
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 2.0.2
+version = 2.0.3
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = [email protected]
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/0ff3090e09e5e63a88ddecf95ac0f0dc80177db4
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/0ff3090e09e5e63a88ddecf95ac0f0dc80177db4
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