SHA256
1
0
forked from pool/gsoap

- Update to new upstream release 2.8.31

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=62
This commit is contained in:
2016-05-09 13:28:38 +00:00
committed by Git OBS Bridge
parent 5b7a61f370
commit 3415ea66ce
5 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon May 9 13:23:38 UTC 2016 - jengelh@inai.de
- Update to new upstream release 2.8.31
* Added engine context `sndbuf` and `rcvbuf` attributes to (re)set
setsockopt` values for `SO_SNDBUF` and `SO_RCVBUF`, respectively.
Default value is `SOAP_BUFLEN`, same as engine's internal message
buffer size. Setting to zero forces the engine to omit the
`setsockopt` `SO_SNDBUF` and `SOAP_RCVBUF` calls.
* Improved soapcpp2 option `-t` and `//gsoap ns schema typed: y`
directive that force the addition of `xsi:type` attributes to XML
content except for types whose type names are prefixed with an
underscore (i.e. root elements w/o type as per wsdl2h data
bindings rules).
* Fixed wsdl2h 2.8.28-30 parsing of *`xs:unique`* causing wsdl2h to
skip over schema components. The fix also improved string-based
parsing of XML content with a fix for 2.8.28-30 XML string
handling.
-------------------------------------------------------------------
Mon Apr 4 07:49:55 UTC 2016 - jengelh@inai.de