SHA256
1
0
forked from pool/gsoap

- Update to new upstream release 2.8.73

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=148
This commit is contained in:
2018-12-06 11:28:59 +00:00
committed by Git OBS Bridge
parent 2924a65cb3
commit 93468bce4f
6 changed files with 42 additions and 16 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Dec 6 11:23:31 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.8.73
* Improved `soap_ssl_accept()` timeout settings to improve the
performance of gSOAP stand-alone HTTPS servers.
* Renamed `soap_get_http_body()` to `soap_http_get_body()` to
avoid name clashes with soapcpp2-generated `soap_get_T`
functions.
* Renamed `soap_get_form()` to `soap_http_get_form()` to avoid
name clashes with soapcpp2-generated `soap_get_T` functions.
* Renamed `soap_get_mime_attachment()` to
`soap_recv_mime_attachment()` to avoid name clashes with
soapcpp2-generated `soap_get_T` functions.
* Renamed `soap_get_stats()` to `soap_http_get_stats()` of the
httpget plugin to avoid name clashes with soapcpp2-generated
`soap_get_T` functions.
* Renamed `soap_get_logging_stats()` to `soap_logging_stats()`
of the logging plugin to avoid name clashes with
soapcpp2-generated `soap_get_T` functions.
* Moved `soap_http_get_form()`, `soap_query()`,
`soap_query_key()`, and `soap_query_val()` functions from the
httpget and httpform plugin APIs to the stdsoap2.c[pp]
library API. No project rebuilds should be necessary when
using these plugins with this upgrade.
-------------------------------------------------------------------
Fri Nov 30 09:45:21 UTC 2018 - Jan Engelhardt <jengelh@inai.de>