2017-09-22 10:42:33 +00:00
committed by Git OBS Bridge
parent 843a0da14a
commit a6af1c3b9a
5 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 22 10:18:25 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.8.54
* Added wsdl2h option `-S` to specify a name for the soap
context member variable of generated classes (C++ only), use
`-S ''` to remove the `soap` member variable.
* Improved handling of empty SOAP Body responses by client
applications using doc/lit style messaging, returns `SOAP_OK`
instead of HTTP 200 error code.
-------------------------------------------------------------------
Fri Sep 1 18:07:07 UTC 2017 - jengelh@inai.de