- Update to new upstream release 2.8.29

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=56
This commit is contained in:
2016-03-22 10:02:55 +00:00
committed by Git OBS Bridge
parent ef98c7579e
commit 919b29c57a
10 changed files with 71 additions and 154 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Mar 22 09:38:28 UTC 2016 - jengelh@inai.de
- Update to new upstream release 2.8.29
* Added new soapcpp2 option `-r` to generate a soapReadme.md report
that summarizes the input .h file information, the serializable
C/C++ types, the services, and the generated code.
* Added new wsdl2h option `-M` to suppress error "must understand
element with wsdl:required='true'".
* Upgraded HTTP digest authentication "httpda" plugin to 2.0 to
support RFC7616 "HTTP Digest Access Authentication" with SHA2
(replaciing MD5) that is compatibale with RFC2617
* Updated `wsdl2h` HTTPS-enabled build steps to use upgraded
"httpda" plugin.
* Fixed wsdl2h skipping mime:multipartRelated/mime:part.
- Drop gsoap-03-seqpoint.diff, gsoap-mindeflateratio.diff,
gsoap-no-tcpfastopen-fail.diff (applied upstream)
-------------------------------------------------------------------
Thu Feb 18 21:39:20 UTC 2016 - jengelh@inai.de