SHA256
1
0
forked from pool/gsoap

- Update to new upstream release 2.8.66

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=133
This commit is contained in:
2018-04-10 15:00:16 +00:00
committed by Git OBS Bridge
parent 37cef2d591
commit 137b34a3dc
6 changed files with 42 additions and 27 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 10 13:57:01 UTC 2018 - jengelh@inai.de
- Update to new upstream release 2.8.66
* Added `soap_close_connection()` to close a connection from
another thread.
* Fixed C++ proxy and server class `copy()` and `operator=()`
methods to prevent a possible memory leak which may occur in
certain usage scenarios.
* Fixed an issue in wsdl2h, generating an incorrect simpleType
element name that leads to a soapcpp2 error. The element has
a local simpleType restriction of a simpleType with the same
name as the element type, where this simpleType in turn is a
restriction.
-------------------------------------------------------------------
Sat Mar 10 09:52:44 UTC 2018 - jengelh@inai.de