summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index db256a5..2fdee80 100644
--- a/NEWS
+++ b/NEWS
@@ -15,14 +15,15 @@ Changes in release 0.25.0:
- ne_set_request_body_provider takes length as off_t rather than size_t;
provider callbacks now MUST set session error string if returning an error
- ne_xml_failed() replaces ne_xml_valid(), with different return value logic
- - ne_get_content_type() replaces ne_content_type_handler.
+ - ne_get_content_type() replaces ne_content_type_handler().
- ne_set_request_expect100() replaces ne_set_expect100() as a per-request flag
- ne_path_escape() now escapes all but unreserved characters
+ - ne_ssl_clicert_name() and ne_ssl_cert_identity() clarified to return UTF-8.
* Support for non-ASCII hostnames following the IDNA spec, using GNU libidn:
- if enabled, ne_session_create can be passed a UTF-8 encoded hostname.
* Bug fixes:
- properly handle multiple Authentication challenges per request
- - fixes and improvements to the Negotiate implementation
+ - fixes and improvements to the Negotiate auth implementation
- XML: handle the UTF-8 BOM even if the underlying parser does not
- Win32: Fix timezone handling (Jiang Lei)
- Win32: Add IPv6 support using ENABLE_IPV6 neon.mak flag (Kai Sommerfeld)