summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2020-02-24 10:10:02 +0000
committerJoe Orton <jorton@redhat.com>2020-02-24 10:10:02 +0000
commitfe3c79ad92e7f4db065446b8ce40ca2d3648ef93 (patch)
tree0cee3b65eee9ee63f3566dec618a0b9850086343
parent5a0f5530edaaa988c473590183eb2debe20c27ad (diff)
downloadneon-git-fe3c79ad92e7f4db065446b8ce40ca2d3648ef93.tar.gz
Update news. [skip ci]
-rw-r--r--NEWS10
1 files changed, 4 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 3943716..f017536 100644
--- a/NEWS
+++ b/NEWS
@@ -4,19 +4,17 @@ Changes in release 0.31.0:
* New interfaces and features:
- add more gcc "nonnull" attributes to ne_request_* functions.
- for OpenSSL builds, ne_md5 code uses the OpenSSL implementation
- - add ne_path_escapef() function
- add NE_SESSFLAG_SHAREPOINT session flag which enables workarounds
- for RFC non-compliance in Sharepoint (thanks to Jan-Marek Glogowski)
+ for RFC non-compliance issues in Sharepoint (thanks to
+ Jan-Marek Glogowski and Giuseppe Castagno)
- ne_uri.h: add ne_path_escapef() in support of above
- ne_207.h: add ne_207_set_flags() likewise in support of above
* Bug fixes:
- - fixes for OpenSSL 1.1.1 and TLSv1.3 support.
+ - fixes for OpenSSL 1.1.1 and TLSv1.3 support
- fix crash with GnuTLS in client cert support (Henrik Holst)
- - fix possible crash in ne_set_request_flag().
+ - fix possible crash in ne_set_request_flag()
- fix build with libxml2 2.9.10 and later
- fix handling lock timeouts >LONG_MAX (Giuseppe Castagno)
- - fix interop issue with SharePoint's malformed PROPFIND responses
- (thanks to Jan-Marek Glogowski)
Changes in release 0.30.2:
* Add support for OpenSSL 1.1.x (Kurt Roeckx).