2018-11-13 00:15:12 +00:00
committed by Git OBS Bridge
parent 664a497338
commit 05c43bb527
8 changed files with 91 additions and 129 deletions

View File

@@ -1,18 +1,3 @@
-------------------------------------------------------------------
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>