summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-26 19:57:19 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-26 19:57:19 +0000
commit656e7ee04c55605c0def790c3d58b58592edf6ec (patch)
tree54eb9729899d71c581a17ae66105a53aec0a181a /NEWS
parent831497bd6cd26297a38fe2645d08fcb30a0e2087 (diff)
downloadneon-656e7ee04c55605c0def790c3d58b58592edf6ec.tar.gz
Note provider-callback error handling API change; fixed bug.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@502 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 ff5452d..96c5345 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,8 @@ Changes in release 0.25.0:
- 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.
+ - 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_path_escape() now escapes all but unreserved characters
* Support for non-ASCII hostnames following the IDNA spec, using GNU libidn: