- update to 2.2.0:
* buildsystem - Add co-installability of Qt5 and Qt6 headers
back.
Installs Qt6 headers into their own subdirectory so client
code still works, but can be co-installed with Qt5 again.
* Add KDSoapClientInterface::setMessageAddressingProperties()
so that WS-Addressing support can be used with WSDL-generated
services (issue #254)
* Don't require a SOAP action in order to write addressing
properties (also issue #254)
* WSDL parser / code generator changes, applying to both client
and server side
* Improve -import-path
- Fix build to handle changes in (open)SUSE specific cmake macros,
OBS-URL: https://build.opensuse.org/request/show/1164343
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=15
- Update to 2.1.1:
* buildsystem - undo co-installability of Qt5 and Qt6 headers.
- Update to 2.1.0:
* Re-license project to MIT and remove the commercial offering
* buildsystem - Increase minimum CMake version to 3.12.0
* buildsystem - Build in Release mode by default (in non-developer situations)
* Client-side:
+ Generate "explicit" in front of service and job constructors
* Server-side:
+ Disable HTTP/2 support (which Qt 6 enables by default), it causes trouble with some SOAP servers.
+ Improve parsing of GET argument to avoid misinterpreting queries (possible security issue #247).
OBS-URL: https://build.opensuse.org/request/show/1046319
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=10