aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-05 10:52:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-05 10:52:51 +0000
commit3d9fb701e2d21711168dfeac19cedb5aef83c19c (patch)
tree19584292c5a5a16007db8bcb4d90cd262d09866a /RELEASE-NOTES
parent19a568a98378c9afb31b3993ad68b4be58d8e434 (diff)
recent fixes
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3286153b4..1d265defa 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -10,6 +10,7 @@ Curl and libcurl 7.12.2
This release includes the following changes:
+ o provides error texts for IDN errors
o file upload parts in formposts now get their directory names cut off
o added CURLINFO_OS_ERRNO
o added CURLOPT_FTPSSLAUTH to allow ftp connects to attempt "AUTH TLS" instead
@@ -18,6 +19,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o configure --with-libidn now checks the given path before defaults
o a race condition sometimes resulting in CURLE_COULDNT_RESOLVE_HOST in the
windows threaded name resolver code
o isspace() invokes with negative values in the cookie code