2014-01-15 19:37:52 +00:00
committed by Git OBS Bridge
parent 2009a8a48e
commit 21a2e924a4
7 changed files with 42 additions and 54 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jan 15 19:35:58 UTC 2014 - jengelh@inai.de
- Update to new upstream release 2.8.17
* Improved WCF interop duplex messaging requiring ChannelInstances.
* Fixed complexType restriction of schema types with redefined
attributes in wsdl2h output.
* Fixed wcf/WS/DualHttp example (wrong use of send_X() replaced by X()
for client-side operations X, to allow HTTP keep-alive to be used).
* Fixed use of sprintf's that trigger Valgrind and Fortify warnings.
* Fixed parsing character strings from CDATA sections ending in ']'.
* Fixed DOM output for SOAP_XML_CANONICAL c14n normalization of
xmlns namespace bindings.
* Added WS-RM message queueing option for WS-RM NoDiscard.
* Added wsdl2h option -r for authorized web access and proxy access.
-------------------------------------------------------------------
Thu Jun 27 06:44:56 UTC 2013 - jengelh@inai.de