- update to 0.29.6:

* Don't abort SSL handshake with GnuTLS if a client cert is
  requested but none is configured/available
  * Fix GnuTLS build with Nettle
  * Fix the method string passed to create_request hooks to
  have the same lifetime as the request object
  * Docs updates.
  * Fix GnuTLS handshakes failures with 'TLS warning alert'
  * Fix SNI support
  * Fix possible Solaris linker errors if building static library
  * Fix error handling when pulling a request body from an file
  * Fix ne_request_dispatch() return value for SOCKS proxy failure cases
  * Tighten SSL cert ID checks to deny a wildcard match against an IP address

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=15
This commit is contained in:
2011-07-21 12:25:14 +00:00
committed by Git OBS Bridge
parent 1d3879371e
commit 51e1052dfb
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jul 21 14:23:23 CEST 2011 - dmueller@suse.de
- update to 0.29.6:
* Don't abort SSL handshake with GnuTLS if a client cert is
requested but none is configured/available
* Fix GnuTLS build with Nettle
* Fix the method string passed to create_request hooks to
have the same lifetime as the request object
* Docs updates.
* Fix GnuTLS handshakes failures with 'TLS warning alert'
* Fix SNI support
* Fix possible Solaris linker errors if building static library
* Fix error handling when pulling a request body from an file
* Fix ne_request_dispatch() return value for SOCKS proxy failure cases
* Tighten SSL cert ID checks to deny a wildcard match against an IP address
-------------------------------------------------------------------
Thu May 12 11:14:48 UTC 2011 - lnussel@suse.de