aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-16 07:24:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-16 07:24:25 +0000
commit45197b188e64f135a8fc207b158e16b789b26f60 (patch)
treeb16989b3586fcb83cbde886885726dc6f486d7e9 /CHANGES
parent559553b169f03d12347d045feade4aa5c115294f (diff)
Roland Krikava's cookies over proxy fix.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f0d19f05a..3a9e2c46a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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