diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-08-17 06:56:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-08-17 06:56:53 +0000 |
commit | 847c91e568ce64f1b1ca10919878c1bd7842aaa4 (patch) | |
tree | 3f713392e9097c93414d4ef979a018705492e05b /CHANGES | |
parent | 2646af106b04480fa5b063625deb5feb25c8df65 (diff) |
recent fixes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,10 +7,16 @@ Changelog Daniel (16 August 2004) +- libcurl now allows a custom "Accept-Encoding:" header override the + internally set one that gets set with CURLOPT_ENCODING. Pointed out by Alex. + - 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 (15 August 2004) +- Casey O'Donnell fixed some MSVC makefile targets to link properly. + 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 |