summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-28 14:17:09 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-28 14:17:09 +0000
commit12998ca48e486b4e524c4f6b23a22be528aa3877 (patch)
tree6352c719917e87da38583a5f26b442e77814072b /NEWS
parent80eb7731c5aa6c201815e2411a1ae378c4365c9f (diff)
downloadneon-12998ca48e486b4e524c4f6b23a22be528aa3877.tar.gz
Note string type changes.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@512 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'NEWS')
-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)