summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2006-03-11 18:49:46 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2006-03-11 18:49:46 +0000
commitdaa8834b2d23b9eebddc08257332ffed972f726b (patch)
tree8560fba2659bc719c753a56a52235a570ac6c538 /NEWS
parent0b33b285838ffcf291b8947c03ebdbada4ad6627 (diff)
downloadneon-daa8834b2d23b9eebddc08257332ffed972f726b.tar.gz
* macros/neon.m4: Bump to 0.26.0.
* NEWS: Final updates.* macros/neon.m4: Bump to 0.26.0. * NEWS: Final updates.* macros/neon.m4: Bump to 0.26.0. * NEWS: Final updates.* macros/neon.m4: Bump to 0.26.0. * NEWS: Final updates.* macros/neon.m4: Bump to 0.26.0. * NEWS: Final updates.* macros/neon.m4: Bump to 0.26.0. * NEWS: Final updates.* macros/neon.m4: Bump to 0.26.0. * NEWS: Final updates.* macros/neon.m4: Bump to 0.26.0. * NEWS: Final updates. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1003 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ea14275..3a9feda 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,8 @@ Changes in release 0.26.0:
- ne_i18n.h exposes ne_i18n_init(), a process-global initializer
which may be required for some applications
- (partial) message catalogs for cs, de, fr, ja, nn, ru and tr
-* Added support for GnuTLS (thanks to Aleix Conchillo Flaque)
+ - NE_FEATURE_I18N feature code added to indicate support
+* Added support for GnuTLS (thanks to Aleix Conchillo Flaque):
- pass --with-ssl=gnutls to configure; GnuTLS >= 1.0.22 required
- use --with-ca-bundle to specify a default SSL CA root bundle
- some remaining issues with PKCS#12 certs in current GnuTLS releases,
@@ -14,7 +15,7 @@ Changes in release 0.26.0:
- ne_uri_parse() now takes a URI-reference as input rather than
the previous pseudo-URI syntax; the query and fragment components
are now parsed out. Many malformed URIs are now rejected
- - ne_uri_unparse() changed to respect the new fields field
+ - ne_uri_unparse() changed to respect the new fields
- ne_uri_resolve(): new function; resolves relative URI references
- ne_uri_copy(): new function, copies a URI structure
* Changed results callbacks for ne_lock_discover, PROPFIND interfaces:
@@ -32,6 +33,8 @@ Changes in release 0.26.0:
* Change ne_md5.h interface to make struct ne_md5_ctx opaque:
- added ne_md5_create_ctx(), ne_md5_destroy_ctx(), ne_md5_reset_ctx(),
ne_md5_finish_ascii(); removed ne_md5_init_ctx()
+ - fix alignment issues which could cause crashes in Digest code
+* Fixed ne_get_range(), added ne_get_range64() (thanks to Lennart Poettering)
* Removed NE_FREE() macro from ne_alloc.h
* Added ne_strcasecmp(), ne_strncasecmp(), ne_tolower() functions
to ne_string.h - locale-independent string comparison
@@ -40,6 +43,7 @@ Changes in release 0.26.0:
* Added "--enable-threadsafe-ssl=posix" configure flag, to enable
thread-safe SSL support using POSIX threads in OpenSSL/GnuTLS
- NE_FEATURE_TS_SSL feature code added to indicate support
+* The manual is now licensed under the GPL rather than the GFDL
Changes in release 0.25.5:
* ne_ssl_clicert_decrypt(): catch and fail to load a client cert