Philipp Hörist pushed to branch gajim_1.3 at gajim / gajim
Commits:
02b8bcf4 by lovetox at 2021-10-09T21:15:20+02:00
Raise nbxmpp version
- - - - -
ebf1e86e by lovetox at 2021-10-09T21:27:47+02:00
Update ChangeLog
- - - - -
4 changed files:
- ChangeLog
- README.md
- gajim/gajim.py
- setup.cfg
Changes:
=====================================
ChangeLog
=====================================
@@ -1,4 +1,4 @@
-Gajim 1.3.3 (TBA)
+Gajim 1.3.3 (10 October 2021)
New
@@ -13,16 +13,17 @@ Gajim 1.3.3 (TBA)
Bug fixes
- * #10558 Fix spell checking
- * #10441 Reload CSS after switching dark/light theme
+ * #10638 Depend on nbxmpp>=2.0.4 (CVE-2021-41055)
* #10560 HTTPUpload: Raise FileError if path is not accessible
- * #10545 Jingle: Fix UnboundLocalError for transports variable
+ * #10558 Fix spell checking
* #10551 Check for gstreamer GTK plugin for AV support
- * #10150 Dead key improvements
- * #10478 Fix test_gui_interface testsuite
+ * #10545 Jingle: Fix UnboundLocalError for transports variable
* #10540 Windows: Add GSSAPI dependency
- * #10477 Migration routine for portable installer
* #10539 Stop gdbus.exe when running uninstaller
+ * #10478 Fix test_gui_interface testsuite
+ * #10477 Migration routine for portable installer
+ * #10441 Reload CSS after switching dark/light theme
+ * #10150 Dead key improvements
* Fix starting History Manager in standalone mode
Gajim 1.3.2 (24 April 2021)
=====================================
README.md
=====================================
@@ -7,7 +7,7 @@ ### Runtime Requirements
- python3-gi
- python3-gi-cairo
- gir1.2-gtk-3.0 (>=3.22)
-- python3-nbxmpp (>=2.0.3)
+- python3-nbxmpp (>=2.0.4)
- python3-openssl (>=16.2)
- python3-css-parser
- python3-keyring
=====================================
gajim/gajim.py
=====================================
@@ -28,7 +28,7 @@
from gajim.common import i18n
-_MIN_NBXMPP_VER = '2.0.3'
+_MIN_NBXMPP_VER = '2.0.4'
_MIN_GTK_VER = '3.22.27'
_MIN_CAIRO_VER = '1.16.0'
_MIN_PYGOBJECT_VER = '3.32.0'
=====================================
setup.cfg
=====================================
@@ -22,7 +22,7 @@ test_suite = test
install_requires =
css-parser
keyring
- nbxmpp>=2.0.3
+ nbxmpp>=2.0.4
packaging
setuptools; python_version < '3.9'
precis-i18n>=1.0.0
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/f6dcfd7f5458189ff39aedcf916a9123e06936ae...ebf1e86e3af041b14769dda1f1115f3a2edff999
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/f6dcfd7f5458189ff39aedcf916a9123e06936ae...ebf1e86e3af041b14769dda1f1115f3a2edff999
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