- Update to new upstream release 2.8.71

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=143
This commit is contained in:
2018-11-12 23:53:55 +00:00
committed by Git OBS Bridge
parent c8f764104f
commit 664a497338
8 changed files with 129 additions and 91 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Nov 12 23:25:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.8.71
* Added TLSv1.3 support with OpenSSL 1.1.1.
* Added HTTP PATCH support.
* Updated SSL/TLS options for `soap_ssl_client_context` and
`soap_ssl_server_context` to allow combinations of
`SOAP_TLSv1_0`, `SOAP_TLSv1_1`, `SOAP_TLSv1_2`,
`SOAP_TLSv1_3` protocols (v1.3 only available with OpenSSL
1.1.1 and greater), a change from the single TLS protocol
flag.
* Fixed soapcpp2 code generation issue for single- and
multi-dimensional fixed-size arrays.
-------------------------------------------------------------------
Tue Sep 11 11:26:23 UTC 2018 - Jan Engelhardt <jengelh@inai.de>