diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-08-16 07:24:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-08-16 07:24:25 +0000 |
commit | 45197b188e64f135a8fc207b158e16b789b26f60 (patch) | |
tree | b16989b3586fcb83cbde886885726dc6f486d7e9 /CHANGES | |
parent | 559553b169f03d12347d045feade4aa5c115294f (diff) |
Roland Krikava's cookies over proxy fix.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -6,10 +6,15 @@ Changelog +Daniel (16 August 2004) +- Roland Krikava found and fixed a cookie problem when using a proxy (the + path matching was wrong). I added test case 179 to verify that we now do + right. + Daniel (11 August 2004) - configure now defines _XOPEN_SOURCE to 500 on systems that need it to build warning-free (the only known one so far is non-gcc builds on 64bit SGI - IRIX). + IRIX). (Reverted this change later as it caused compiler errors.) - the FTP code now includes the server response in the error message when the server gives back a 530 after the password is provided, as it isn't |