aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-08-03 21:50:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-08-03 21:50:56 +0000
commitd6344d9b5f752823da2cb981e974018e452bd4ab (patch)
tree2a74bb20377a5a8838a8a86888ded73425ec0efd /CHANGES
parentcb9410ded2a3b412ed453f65c9f0d2510f9507fc (diff)
refer to the new option by its real name
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 6228cec5e..a6ab84826 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,10 +43,10 @@ Daniel Fandrich (31 Jul 2008)
(was KNOWN_ISSUE #54).
Daniel Stenberg (30 Jul 2008)
-- Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL
- parser to allow numerical IPv6-addresses to be specified with the scope
- given, as per RFC4007 - with a percent letter that itself needs to be URL
- escaped. For example, for an address of fe80::1234%1 the HTTP URL is:
+- Phil Blundell added the CURLOPT_ADDRESS_SCOPE option, as well as adjusted
+ the URL parser to allow numerical IPv6-addresses to be specified with the
+ scope given, as per RFC4007 - with a percent letter that itself needs to be
+ URL escaped. For example, for an address of fe80::1234%1 the HTTP URL is:
"http://[fe80::1234%251]/"
- PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a