diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-01-18 23:40:48 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-01-18 23:40:48 +0100 |
commit | 02c99899a20644c3354dcb5ccaaebf023108cef6 (patch) | |
tree | 8d936b9ffcd7c9da37373b7762f2ba11e06b389e /RELEASE-NOTES | |
parent | 7fcbdd68b9e0826a0ed45e6371a502fe4e7708a2 (diff) |
RELEASE-NOTES: synced with 7fcbdd68b9e
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 926b201d2..4ed7c5e9f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -13,6 +13,7 @@ This release includes the following changes: o introduced new framework for unit-testing o IDN: use win32 API if told to o ares: ask for both IPv4 and IPv6 addresses + o HTTP: do Negotiate authentication using SSPI on windows This release includes the following bugfixes: @@ -28,6 +29,12 @@ This release includes the following bugfixes: o tftpd test server: avoid buffer overflow report from glibc o nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash o nss: fix a bug in handling of CURLOPT_CAPATH + o CMake: Use upstream CheckTypeSize module + o OpenSSL get_cert_chain: support larger data sets + o SCP/SFTP transfers: acknowledge speedcheck + o GnuTLS builds: fix memory leak + o connect problem: use UDP correctly + o Borland C++ makefile tweaks This release includes the following known bugs: |