1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

corrected it, did I mention IPv6 with HTTP proxy?

This commit is contained in:
Daniel Stenberg 2001-03-15 09:14:43 +00:00
parent 010daec776
commit 3bb979b897

12
CHANGES
View File

@ -14,12 +14,12 @@ Daniel (14 March 2001)
I need to remake things in the test suite. I can't test the FTP parts with I need to remake things in the test suite. I can't test the FTP parts with
curl built for IPv6 as it uses a different set of FTP commands then! curl built for IPv6 as it uses a different set of FTP commands then!
- I fell onto a bug report on php.net that obiously was better directed to our - I fell onto a bug report on php.net (posted by Lars Torben Wilson) that was
project. Anyway, it said the .netrc parsing didn't work as supposed, and as a report meant for our project. Anyway, it said the .netrc parsing didn't
I agreed I made the netrc parser use getpwuid() to figure out the home work as supposed, and as I agreed with Lars, I made the netrc parser use
directory of the effective user and try that netrc. It still uses the getpwuid() to figure out the home directory of the effective user and try
environment variable HOME for those that don't have that function or if the that netrc. It still uses the environment variable HOME for those that don't
user doesn't return valid pwd info. have that function or if the user doesn't return valid pwd info.
- Edin Kadribaic posted a bug report where he got a crash when a fetch with - Edin Kadribaic posted a bug report where he got a crash when a fetch with
user+password in the URL followed a Location: to a second URL (absolute, user+password in the URL followed a Location: to a second URL (absolute,