diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2012-06-10 22:34:43 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-06-11 19:00:37 +0200 |
commit | 0c86ccc64703c247f3cc1aceab4534edeb7db068 (patch) | |
tree | 6168d242375ca07b1139f6af03a616e34f9c8568 /RELEASE-NOTES | |
parent | a92df2e007d7cd7ebacd3dac4be812b14170080f (diff) |
sspi: Updated RELEASE-NOTES, FEATURES and THANKS
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 80bed0457..0052ecb9a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -17,6 +17,8 @@ This release includes the following changes: o pop3: Added support for sasl cram-md5 authentication o pop3: Added support for sasl digest-md5 authentication o pop3: Added support for apop authentication + o sspi: Added support for Schannel SSL/TLS encryption + o sspi: Changed curl version information output This release includes the following bugfixes: @@ -26,6 +28,7 @@ This release includes the following bugfixes: o configure: Fix libcurl.pc and curl-config generation for static MingW* cross builds o ssl: fix duplicated SSL handshake with multi interface and proxy [1] + o winbuild: Fix Makefile.vc ignoring USE_IPV6 and USE_IDN flags This release includes the following known bugs: |