diff options
author | joe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845> | 2008-02-06 09:51:54 +0000 |
---|---|---|
committer | joe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845> | 2008-02-06 09:51:54 +0000 |
commit | 201ca2ee34acfcd9cc20090f77c9a66036312bc2 (patch) | |
tree | 78e8316a48cd9c3388c2c8ebdafa93f58fee727c /NEWS | |
parent | 62d40f4a8d652e275562c8c631ac9498d168712e (diff) | |
download | neon-201ca2ee34acfcd9cc20090f77c9a66036312bc2.tar.gz |
* NEWS: News so far.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1321 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +Changes in release 0.28.0: +* Interface changes: + - ne_acl.h: changed ne_acl_entry struct fields; apply->target, + principal->tname; all principles set via single "principles" + bitfield using NE_ACL_* constants, inverting old logic (Henrik Holst) +* New interfaces: + - ne_auth.h: added NE_AUTH_ALL and NE_AUTH_DEFAULT constants + - ne_socket.h: added ne_sock_peer(), ne_sock_prebind(), ne_sock_cipher() + - ne_session.h: NE_SESSFLAG_TLSSNI flag added; ne_set_localaddr() added +* Other changes: + - add TLS SNI support and enabled by default (where supported) + - add Polish (pl) translation (Arfrever Frehtes Taifersar Arahesis) + - add support for the 'domain' parameter in Digest authentication + - the FD_CLOEXEC flag is set on socket fds + - fix timezone handling in ne_dates for more platforms (Alessandro Vesely) + - fix ne_simple_propfind to print XML namespaces in flat property values + - fix ne_get_range() for unspecified end-range case (Henrik Holst) + - fix ne_strclean() to be locale-independent and avoid possible Win32 crash + - fix ne_get_error() to not "clean" localized error strings + - fix ne_ssl_clicert_read() to fail for client certs missing cert or key + - fix Win32 build with VS 2008 (Stefan Küng) + Changes in release 0.27.0: * New interfaces: - ne_session.h: ne_fill_proxy_uri() retrieves configured proxy, |