diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-18 10:00:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-18 10:00:36 +0000 |
commit | 65afc576ea1888d4e51e436c2910b8823b2421a9 (patch) | |
tree | 04dd40516249bf10fd765ea54d7fb1fb56d95fcc /RELEASE-NOTES | |
parent | 8971f656b4bb1a178b59aa730da67a8e5aeabaee (diff) |
configure no longer warns on "missing" if the current path contains a space
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c583961b1..6b7c45af8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,7 @@ This release includes the following changes: This release includes the following bugfixes: + o configure no longer warns if the current path contains a space o test suite kill race condition o FTP_SKIP_PASV_IP and FTP_USE_EPSV when doing FTP over HTTP proxy o Doing a second request with FTP on the same bath path, would make libcurl |