summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-04-04 20:01:56 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-04-04 20:01:56 +0000
commit551a1cc2e5cec70511671c698f58e607614c8f7f (patch)
tree0d82bfcda15c533ea424b44acd54cba1e3ac6869 /NEWS
parent81f7109e01afcc638109eae195f2cc4340e5d843 (diff)
downloadneon-551a1cc2e5cec70511671c698f58e607614c8f7f.tar.gz
Updates.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@548 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2fdee80..1d64573 100644
--- a/NEWS
+++ b/NEWS
@@ -5,11 +5,12 @@ Changes in release 0.25.0:
- ne_read_response_to_fd() and ne_discard_response() for use with
ne_begin_request/ne_end_request response handling.
- ne_xmlreq.h: ne_xml_parse_response() and ne_xml_dispatch_request()
- - ne_set_request_body_fd64() call for using an fd opened using O_LARGEFILE
- - 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_buffer_czappend(), convenience wrapper for ne_buffer_append.
+* New interfaces on LFS systems for large file support:
+ - ne_set_request_body_fd64() call for using an fd opened using O_LARGEFILE
+ - ne_set_request_body_provider64(), takes an off64_t length argument
* 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;
@@ -19,6 +20,7 @@ Changes in release 0.25.0:
- 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.
+ - ne_uri_parse()/ne_uri_free() memory handling clarified.
* 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:
@@ -31,6 +33,7 @@ Changes in release 0.25.0:
- Win32: Negotiate/NTLM support using SSPI (Vladimir Berezniker)
* Removed features:
- the cookies interface has been removed
+ - ne_service_lookup() removed
Changes in release 0.24.7:
* Compression interface fixes: