2016-06-20 21:31:00 +00:00
committed by Git OBS Bridge
parent e0dbcc5542
commit f5d01c5192
5 changed files with 34 additions and 7 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Jun 20 17:15:13 UTC 2016 - jengelh@inai.de
- Update to new upstream release 2.8.33
* Updated WS-Trust gsoap/import/wstx.h
`__wst__RequestSecurityToken` response message parameter to
`wst__RequestSecurityTokenResponseCollection`
* Updated WS-Security gsoap/import/wsse.h with optional SAML
assertions in the Security header.
* Updated response processing for empty HTTP body with HTTP code
200 to 202: no longer forces socket close when HTTP keep-alive
is enabled.
* Updated `_XML` literal string XML serialization for qualified
tag names, no longer uses default namespace (as in
`xmlns="URI"`) but a prefixed tag name only.
* Updated wsdl2h options `-p` and `-d`, now generates
`xsd__anyType*` (i.e. with pointer) data members without
requiring the user to define a typemap.dat rule to do so. This
change reinstates some of the old behavior of 2.8.23 and
earlier versions.
* Fixed wsddapi.c compilation issue on Windows (`usleep`
replaced).
* Fixed validation of `simpleType/restriction/length` when
restriction base is a list that is mapped to a string.
* Fixed validation of `simpleType/restriction` with base type
string length bounds restrictions.
-------------------------------------------------------------------
Mon May 23 14:29:47 UTC 2016 - jengelh@inai.de