aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-30 09:31:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-30 09:31:44 +0000
commit508ad2c92fda2a2181f1e7bb9fad25bd4425cb29 (patch)
tree27362ef8da7c12abc97026b47202481442bb3df4
parent36a90aeaec57ddc628b4fb9cb80c60b5d355aa1b (diff)
catching up with reality
-rw-r--r--RELEASE-NOTES9
1 files changed, 7 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ed18d786d..b5b16ec8c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -5,10 +5,14 @@ beginning.
This release includes the following changes:
- o
+ o curl --socks can be used to set a SOCKS5 proxy to use
+ o response-headers received after a (proxy) CONNECT request are now passd
+ to the header callback just like other headers
This release includes the following bugfixes:
+ o fixed the unconditional #include of config.h in hugehelp.c
+ o builds fine on MPE/iX
o upload using chunked transfer-encoding now sends the last chunk properly
teriminated with an extra CRLF
o Fixed the progress meter display for files >2GB
@@ -24,6 +28,7 @@ Other curl-related news since the previous public release:
This release would not have looked like this without help, code, reports and
advice from friends like these:
- Gisle Vanem, Vincent Bronner, Richard Bramante
+ Gisle Vanem, Vincent Bronner, Richard Bramante, Dirk Manske, Dan Fandrich,
+ Ken Hirsch, Stadler Stephan
Thanks! (and sorry if I forgot to mention someone)