diff options
author | Michal Marek <mmarek@suse.cz> | 2009-06-16 13:16:28 +0000 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2009-06-16 13:16:28 +0000 |
commit | 0b317b72ae6f23eb4dbd0a22509a20ff5acb2958 (patch) | |
tree | fc1a05be21aa1ea7a36a9ef385ac60d1abbb3647 /RELEASE-NOTES | |
parent | afe06d15639d9add4c62880a3020c3707fdff9f9 (diff) | |
download | curl-0b317b72ae6f23eb4dbd0a22509a20ff5acb2958.tar.gz |
- When doing non-anonymous ftp via http proxies and the password is not
provided in the url, add it there (squid needs this).
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 6c0c53984..73dbcae61 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -28,6 +28,7 @@ This release includes the following bugfixes: o libcurl-NSS client cert handling segfaults o curl uploading from stdin/pipes now works in non-blocking way so that it continues the downloading even when the read stalls + o ftp credentials are added to the url if needed for http proxies This release includes the following known bugs: |