]> granicus.if.org Git - curl/commitdiff
refer to the new option by its real name
authorDaniel Stenberg <daniel@haxx.se>
Sun, 3 Aug 2008 21:50:56 +0000 (21:50 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 3 Aug 2008 21:50:56 +0000 (21:50 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 6228cec5e9c4a81ad888be9cf0da4d23c0f9542d..a6ab84826fd5cf798a1f176d9980992bf9997698 100644 (file)
--- 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
index 2895448271d74bf6e7bba7ed4c73aef1bf202abe..bf8973893f7af13476e9ec2f3c1eb0f1f2d5c395 100644 (file)
@@ -19,7 +19,7 @@ This release includes the following changes:
  o Added CURLINFO_APPCONNECT_TIME
  o Added test selection by key word in runtests.pl
  o the curl tool's -w option support the %{ssl_verify_result} variable
- o Added CURLOPT_SCOPE and scope parsing of the URL according to RFC4007
+ o Added CURLOPT_ADDRESS_SCOPE and scope parsing of the URL according to RFC4007
  o Support --append on SFTP uploads (not with OpenSSH, though)
 
 This release includes the following bugfixes: