summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-12-31 11:22:26 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-12-31 11:22:26 +0100
commitf4949e56ebe99cdd6f7c1798f5685acc7d98aa47 (patch)
tree8504e353f91887771d282daf338e360b87ac261a
parent81ebdd9e2875356a38e0b45d8164408563ae7a9c (diff)
downloadcurl-f4949e56ebe99cdd6f7c1798f5685acc7d98aa47.tar.gz
RELEASE-NOTES: synced with 81ebdd9e287
6 more bugfixes, 3 more contributors
-rw-r--r--RELEASE-NOTES11
1 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1d569b3b5..ab643d7cd 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -48,6 +48,12 @@ This release includes the following bugfixes:
o libcurl.m4: Fix quoting arguments of AC_LANG_PROGRAM [28]
o appconnect time fixed for non-blocking connect ssl backends [29]
o do not include SSL handshake into time spent waiting for 100-continue [32]
+ o handle dns cache case insensitive
+ o use new host name casing for subsequent HTTP requests [33]
+ o CURLOPT_RESOLVE: avoid adding already present host names
+ o SFTP mkdir: use correct permission [34]
+ o resolve: don't leak pre-populated dns entries [35]
+ o --retry: Retry transfers on timeout and DNS errors
This release includes the following known bugs:
@@ -61,7 +67,7 @@ advice from friends like these:
Reza Arbab, Jason Liu, Gokhan Sengun, Rob Ward, Dan Fandrich,
Naveen Chandran, Ward Willats, Vladimir Grishchenko, Colin Hogben,
Alessandro Ghedini, Cedric Deltheil, Toni Moreno, Bernhard Reutner-Fischer,
- Sven Wegener
+ Sven Wegener, Alex Vinnik, Kamil Dudka, Mamoru Tasaka
Thanks! (and sorry if I forgot to mention someone)
@@ -99,3 +105,6 @@ References to bug reports and discussions on issues:
[30] = http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTACCEPTTIMOUTMS
[31] = http://curl.haxx.se/mail/lib-2011-12/0133.html
[32] = https://bugzilla.redhat.com/767490
+ [33] = http://curl.haxx.se/mail/lib-2011-12/0314.html
+ [34] = http://curl.haxx.se/mail/lib-2011-12/0249.html
+ [35] = http://curl.haxx.se/bug/view.cgi?id=3463121