SHA256
1
0
forked from pool/gsoap
2017-07-24 08:50:19 +00:00
committed by Git OBS Bridge
parent 80871dcf45
commit 2a60fc03c6
5 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jul 24 08:30:47 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.8.50
* Added `soap->recv_maxlength` to change the limit on the
length of messages received. Default is 2GB max. Greater
lengths are possible.
* Removed client-side `SOAP_PURE_VIRTUAL` from `copy()` in the
code generated by soapcpp2 for options `-i` and `-j`.
* Updated memory deallocation of `soap_del_xsd__anyAttribute`.
* Updated the callback function signatures of `fpost` and
`fresponse`.
-------------------------------------------------------------------
Thu Jul 13 11:39:49 UTC 2017 - olaf@aepfle.de