summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-15 09:14:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-15 09:14:43 +0000
commit3bb979b8977d34e3310a1de348bec7b9c21fc87f (patch)
tree3e27a948333bbeb6088acef399fe9c9a995219b9
parent010daec776637fee35fb44f218cc6d63cdbaabe5 (diff)
downloadgnurl-3bb979b8977d34e3310a1de348bec7b9c21fc87f.tar.gz
gnurl-3bb979b8977d34e3310a1de348bec7b9c21fc87f.tar.bz2
gnurl-3bb979b8977d34e3310a1de348bec7b9c21fc87f.zip
corrected it, did I mention IPv6 with HTTP proxy?
-rw-r--r--CHANGES12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 0b1a59f9a..b82c023d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
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
- project. Anyway, it said the .netrc parsing didn't work as supposed, and as
- I agreed I made the netrc parser use getpwuid() to figure out the home
- directory of the effective user and try that netrc. It still uses the
- environment variable HOME for those that don't have that function or if the
- user doesn't return valid pwd info.
+- I fell onto a bug report on php.net (posted by Lars Torben Wilson) that was
+ a report meant for our project. Anyway, it said the .netrc parsing didn't
+ work as supposed, and as I agreed with Lars, I made the netrc parser use
+ getpwuid() to figure out the home directory of the effective user and try
+ that netrc. It still uses the environment variable HOME for those that don't
+ 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
user+password in the URL followed a Location: to a second URL (absolute,