aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-31 13:03:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-31 13:03:26 +0000
commit300b4a915820293d6ba3a83150cbb585c288a482 (patch)
treec825911f596f91548e9e3e00b64875b342f88f33 /CHANGES
parent52071f3476b33323226785d3175a3e6f888587e2 (diff)
Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6
address was not possible to use. It is now, but requires it written RFC2732-style, within brackets - which incidently is how you enter numerical IPv6 addresses in URLs. Test case 263 added to verify.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 76ad29218..ac7757299 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@
Changelog
+Daniel (31 May 2005)
+- Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6
+ address was not possible to use. It is now, but requires it written
+ RFC2732-style, within brackets - which incidently is how you enter numerical
+ IPv6 addresses in URLs. Test case 263 added to verify.
+
Daniel (30 May 2005)
- Eric Cooper reported about a problem with HTTP servers that responds with
binary zeroes within the headers. They confused libcurl to do wrong so the