summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2013-07-26 16:11:35 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2013-07-26 16:11:35 +0000
commitf41ff1ddde0b0f0bd1cc5d800b107e66e015ed21 (patch)
treecff339d2b963dca4f2ad31431a73617a6cf297b0
parenta4239c9b9d338b026204a1292b44132e43d0048c (diff)
downloadneon-f41ff1ddde0b0f0bd1cc5d800b107e66e015ed21.tar.gz
Changes in trunk.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1899 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6e5aa1e..ada1af1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in release 0.30.0:
+* Interface changes:
+ - none, API and ABI backwards-compatible with 0.27.x and later
+* New interfaces and features:
+ - ne_ssl.h: added ne_ssl_clicert_import, ne_ssl_context_get_flag
+ - ne_session.h: added ne_set_addrlist2
+ - ne_socket.h: added ne_addr_canonical
+ - ne_auth.h: added NE_AUTH_GSSAPI_ONLY, NE_AUTH_SSPI (Nathanael Rensen)
+ - ne_basic.h: added NE_CAP_EXT_MKCOL options test
+* Bug fixes:
+ - ne_path_escape: fix excessive memory allocation (Pierre Crokaert)
+ - SSPI auth: use canonical server hostname, clear SSPI context after
+ successful auth (Nathanael Rensen)
+ - build fixes for Open Watcom compiler (NormW)
+ - fix Win32 error code handling for local ne_sock_prebind bind failure
+* Test suite:
+ - fix SSL tests for recent OpenSSL
+
Changes in release 0.29.6:
* Don't abort SSL handshake with GnuTLS if a client cert is requested
but none is configured/available (thanks to Patrick Ohly)