diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-08-27 11:10:17 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-08-27 11:10:17 +0100 |
commit | 8a529ef01d73efbf3d9af82dbb0db88b48f197b1 (patch) | |
tree | 524ae4f1a2924d32c7e8e98850fa9766a295f7ec /RELEASE-NOTES | |
parent | 895168bfd3d817f7cc5e4b1ee86e2f6007e47a64 (diff) | |
download | curl-8a529ef01d73efbf3d9af82dbb0db88b48f197b1.tar.gz |
RELEASE-NOTES: Added missing fix from commit 15592143f
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e5045cb91..8b21abede 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -35,6 +35,7 @@ This release includes the following bugfixes: o spnego_sspi: fix memory leak in case *outlen is zero [15] o SOCKS: improve verbose output of SOCKS5 connection sequence o SOCKS: display the hostname returned by the SOCKS5 proxy server + o http/sasl: Query authentication mechanism supported by SSPI before using o sasl: Don't use GSSAPI authentication when domain name not specified [16] o win: Basic support for Universal Windows Platform apps [17] o nss: fix incorrect use of a previously loaded certificate from file |