aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-27 12:54:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-27 12:54:22 +0000
commitdc932f739a340cdbf38653182a31a3e96c0b3482 (patch)
tree79ce76f8a47598ebb6b57bf445695ba6a82b0ef8 /CHANGES
parent7d15651115d9590e89eb35dec8d090f083e352c6 (diff)
CONNECT response headers are now passed back as "regular" headers
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b3a7b9291..e72148229 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,17 @@
Changelog
+Daniel(27 January 2004)
+- Made the response-headers during a CONNECT request to a proxy get passed on
+ as regular headers, so they appear with -i/-I options and similar.
+
+- Based on a patch by Gisle Vanem, I've made the progress meter display
+ properly switch to a GB-display when more than 9999MB have been transfered.
+
Daniel(23 January 2004)
+- Gisle Vanem pointed out a curlrc parser problem/crash when an option with a
+ required didn't have one and was on the last line of a file.
+
- More Windows fixes for large files. We now build and link with
../lib/strtoofft.c in the app code since Curl_strtoll() is not a provided
libcurl function... Perhaps we should consider a 'common' dir or similar