2013-06-27 06:46:00 +00:00
committed by Git OBS Bridge
parent 1a71ac5883
commit 433ea44bdd
5 changed files with 25 additions and 9 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jun 27 06:44:56 UTC 2013 - jengelh@inai.de
- Update to new upstream release 2.8.15
* Added wsdl2h option -R for auto-generation of REST-based service
operations (also added examples/rest example).
* Change soap_read_X() and soap_write_X() to prevent removal of
HTTP headers after calling soap_connect().
* Fixed automatic detection of DIME/MIME transfers.
* Fixed a HTTP 1.0 chunking issue.
* Fixed HTTP digest authentication with DIME/MIME transfers.
* Fixed OpenSSL subject alt name check.
* Fixed a HTTP 100 message handling issue.
-------------------------------------------------------------------
Thu Feb 28 22:31:47 UTC 2013 - jengelh@inai.de