aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-30 08:51:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-30 08:51:24 +0000
commit50c80a49ccbcc95019e08f7cdb90d20f2429f9ea (patch)
treee86d4e9a42d385b151c6f3405d87754f6d071253 /CHANGES
parent6b7f169b101654a7abe8cda6da75a88dccdd8e6d (diff)
Added --socks
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 01376d0e2..ca116109a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel(30 January 2004)
+- Added --socks as a recognized option. It works just like --proxy but sets a
+ SOCKS5 proxy to use. SOCKS5 support has been available in libcurl for a
+ while, just not provided by the curl tool. This does not currently work for
+ IPv6-enabled libcurls.
+
Daniel(29 January 2004)
- Stadler Stephan pointed out that src/hugehelp.c included config.h without
checking the define if its present...