From 9f8372d2e6b9f4d680a61b16cb6b643eee60ac2b Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 28 Feb 2005 10:54:28 +0000 Subject: 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 --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') 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. -- cgit v1.2.1