Changelog for
libgloox18-1.0.28-22.16.x86_64.rpm :
* Thu Dec 28 2023 jun wang
- Update to version 1.0.28
* fixed SCRAM-SHA-1-PLUS with OpenSSL and TLS 1.3 (fixes #302)
* remove obsolete patch gloox-1.0.24-fix-gcc12-time.patch
* Sat Aug 13 2022 Antoine Belvire - Add gloox-1.0.24-fix-gcc12-time.patch: Fix build with GCC 12.- Disable build of examples as they are not installed.- Drop obsolete build requirements: autoconf, automake.
* Wed Jan 06 2021 Dirk Müller - update to 1.0.24: - Tag: fixed XML namespace for attribute with empty namespace (fixes #278) (thanks to drizt72) - PubSub::Event: add simple ctor (thanks to Daniel Kraft) - PubSub::Manager: fixed subscription error case handling (thanks to Daniel Kraft) - PubSub: fixed support for instant nodes - RosterManager: fixed behavior if subscription attribute is absent in roster item
* Fri Mar 27 2020 Christophe Giboudeaux - Update to 1.0.23:
* fixed a memory leak in dns.cpp
* fixed session management/stream resumption
* ClientBase: fix honorThreadID
* TLSGnuTLS: disabled TLS 1.3 for now, as there are connection issues with it Check the ChangeLog file for other changes.- Drop gloox-fix_TLSGnuTLS_test.patch. Merged upstream.
* Fri Aug 17 2018 astiegerAATTsuse.com- update to 1.0.21:
* InBandBytestream: error handling corrected
* doc fix: CertInfo::date_from/to set correctly when using OpenSSL- drop iksemel from spec, not required
* Tue Feb 13 2018 vcizekAATTsuse.com- fix gnutls test broken with gnutls 3.6 (bsc#1078834)
* since 3.6 ANON key exchange algorithms have to be turned on explicitly
* add gloox-fix_TLSGnuTLS_test.patch
* Fri Oct 13 2017 mailaenderAATTopensuse.org- Update to 1.0.20
* BytestreamDataHandler: added callback for acknowledged packets
* ConnectionTCPClient: compile fix for Win32 (broken in 1.0.19)
* ConnectionTCPClient: no-block fix
* use ws2_32.lib instead of ws_32.lib on Win32- Changes from 1.0.19
* ConnectionTCPServer: cleanup
* lots of compile-time warnings removed
* TLSOpenSSL: made it speak TLSv1.1 and 1.2 again (thanks to Nicolas Belouin)
* added Client State Indication (XEP-0352)
* CertInfo struct: fixed protocol version when using OpenSSL
* TLSOpenSSL: fixed compilation with OpenSSL 1.1.0
* Registration: added Resource Constraint error condition (thanks to elexis1987) (#267)
* ConnectionTCP: fixed some blocking (thanks to Marco Ciprietti)
* Tue Jan 24 2017 rpmAATTfthiessen.de- Added configure flag to build with getaddrinfo instead of deprecated gethostbyname.
* Tue Jan 24 2017 rpmAATTfthiessen.de- Update to 1.0.18
* Message: removed bogus hard-coded namespace to fix component use
* TLSOpenSSL: fixed wildcard certificate support
* Pubsub::Event: fixed potential NULL dereference
* ConnectionTCPServer: fixed listening on local socket
* Adhoc: fixed memory leak (thanks to Erik Horemans)
* ConnectionTLS: delete old connection in setConnectionImpl() (thanks to Erik Horemans) and clarify this in the documentation
* Tag: Android compilation fix (thanks to Erik Horemans)
* ConnectionSOCKS5Proxy: improved compatibility (thanks to Erik Horemans)
* util: Android compilation fix (thanks to Erik Horemans)
* Client, ClientBase: avoid ‘from’ attribute when doing resource binding
* MUCRoom: allow empty message body if extension is present (#264) (thanks to Tom Quackenbush)
* ConnectionBOSH: initialize ‘hold’ to 1 to improve compatibility
* ConnectionTCPServer: actually accept incoming connections
* Sun Aug 28 2016 jengelhAATTinai.de- Kill off extraneous Provide tags