SHA256
1
0
forked from pool/gsoap

- Update to new upstream release 2.8.79

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=153
This commit is contained in:
2019-02-11 10:41:16 +00:00
committed by Git OBS Bridge
parent a5fe89fa2c
commit f92def1c03
6 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 11 10:39:52 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.8.79
* Fixed a bug in wsdl2h option `-c` for C source code output,
resulting in a missing `*` pointer for `_XML __any` member
declaration when declared after the `$ int __size` array size
member. The bug may lead to validation errors in extensible
types when extra elements are present in the XML payload
received. The fix produces the correct `_XML *__any` member
declaration.
-------------------------------------------------------------------
Fri Feb 1 16:27:44 UTC 2019 - Jan Engelhardt <jengelh@inai.de>