summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-28 10:54:28 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-28 10:54:28 +0000
commit9f8372d2e6b9f4d680a61b16cb6b643eee60ac2b (patch)
treedd3c2bf3f84b1df90a74395062c32b32a36b7d1f /NEWS
parenta6c20884884671de3ac68baf68d4b7e63aedeb6d (diff)
downloadneon-9f8372d2e6b9f4d680a61b16cb6b643eee60ac2b.tar.gz
Add ne_get_content_type change and reshuffle.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@504 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 96c5345..db256a5 100644
--- a/NEWS
+++ b/NEWS
@@ -9,13 +9,14 @@ Changes in release 0.25.0:
- ne_set_request_body_provider64(), takes an off64_t length argument
- ne_has_feature() for feature detection, replaces ne_support_ssl()
- ne_set_addrlist() can be used to bypass normal DNS hostname resolver
- - ne_set_request_expect100() replaces ne_set_expect100() as a per-request flag
- ne_buffer_czappend(), convenience wrapper for ne_buffer_append.
* Interface changes:
- ne_set_request_body_fd takes offset and length arguments and returns void
- 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_set_request_expect100() replaces ne_set_expect100() as a per-request flag
- ne_path_escape() now escapes all but unreserved characters
* 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.