aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-11-04 22:55:45 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-11-04 22:55:45 +0100
commit68a485b00aebbf3eb78c21d6adc98115a230d125 (patch)
tree22023b8e6e68d9c46a3ea376c6cb11c0569f39e6 /RELEASE-NOTES
parent7b823badbcab9d330deeda83f07b44393648ecc9 (diff)
RELEASE-NOTES: synced with 7b823badbcab9d330
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1b1567464..aeb7c553b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -16,6 +16,13 @@ This release includes the following bugfixes:
o check for libcurl features for some command line options
o Curl_setopt: disallow CURLOPT_USE_SSL without SSL support
o http_chunks: remove debug output
+ o URL-parsing: consider ? a divider
+ o SSH: avoid using the libssh2_ prefix
+ o SSH: use libssh2_session_handshake() to work on win64
+ o TLS SNI: set name to custom Host header
+ o TLS certcheck: use the custom Host: name for checks
+ o ftp: prevent server from hanging on closed data connection when stopping
+ a transfer before the end of the full transfer (ranges)
This release includes the following known bugs:
@@ -24,6 +31,6 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
- Dan Fandrich, Guenter Knauf, Pat Ray
+ Dan Fandrich, Guenter Knauf, Pat Ray, Hongli Lai, Kamil Dudka
Thanks! (and sorry if I forgot to mention someone)