From: Daniel Stenberg Date: Sat, 31 Mar 2007 20:47:23 +0000 (+0000) Subject: "Pixel" fixed a problem that appeared when you used -f with user+password X-Git-Tag: curl-7_16_2~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f236ba108ab282a950fd09a3eefed83fe9b234d;p=thirdparty%2Fcurl.git "Pixel" fixed a problem that appeared when you used -f with user+password embedded in the URL. --- diff --git a/CHANGES b/CHANGES index ba60cb2024..b89f3a8d17 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,12 @@ Changelog +Daniel S (31 March 2007) +- Fixed several minor issues detected by the coverity.com scanner. + +- "Pixel" fixed a problem that appeared when you used -f with user+password + embedded in the URL. + Dan F (29 March 2007) - Don't tear down the ftp connection if the maximum filesize was exceeded and added tests 290 and 291 to check. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0661b8d989..b7baf4115a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -47,6 +47,7 @@ This release includes the following bugfixes: o use-after-free issue with HTTP transfers with the multi interface o the progress callback can get called more frequently o timeout would restart when signal caught while awaiting socket events + o curl -f with user+password embedded in the URL This release includes the following known bugs: