SHA256
1
0
forked from pool/gsoap

- Update to new upstream release 2.8.62

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=124
This commit is contained in:
2018-02-12 11:22:56 +00:00
committed by Git OBS Bridge
parent d84ea2350c
commit e76ff8e262
5 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 12 11:19:35 UTC 2018 - jengelh@inai.de
- Update to new upstream release 2.8.62
* Added wsdl2h options `-O3` and `-O4` to aggressively optimize
WSDLs internally by "schema slicing": `-O3` applies `-O2` and
also removes unused root attributes, `-O4` applies `-O3` and
also removes unused root elements. It only makes sense to use
`-O4` with one or more WSDLs (and XSDs that are imported by
the WSDL), because all schema components will be removed from
XSDs that are not used by WSDLs.
* Updated HTTP digest plugin.
* Improved soapcpp2 options `-g` and `-y`, may be used together
to generate sample XML messages.
-------------------------------------------------------------------
Mon Jan 29 22:06:17 UTC 2018 - jengelh@inai.de