summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2010-01-11 10:40:42 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2010-01-11 10:40:42 +0000
commit5a9ce6a58dd866816bfa0e026c3dfc8d41f6f852 (patch)
treef73899822b7e7dbcb03265861a9bbd2eba9de010
parentcdb9bd56120b3d0bb2f205df4b247b3689af199e (diff)
downloadneon-5a9ce6a58dd866816bfa0e026c3dfc8d41f6f852.tar.gz
* NEWS: Document ne_sock_close() changes.
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.29.x@1782 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9caa5d3..f865a15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in release 0.29.3:
+* Change ne_sock_close() to no longer wait for SSL closure alert:
+ - fixes possible hang with IIS servers when closing SSL connection;
+ this reverts the behaviour with OpenSSL to match 0.28.x, and
+ changes behaviour with GnuTLS to match that with OpenSSL
+* Fix memory leak with GnuTLS
+* API clarification in ne_sock_close():
+ - SSL closure handling now documented
+ - return value semantics fixed to match implementation
+
Changes in release 0.29.2:
* Fix spurious 'certificate verify failed' errors with OpenSSL (Tom C)
* Fix unnecessary re-authentication with SSPI (Danil Shopyrin)