refer to the new option by its real name

This commit is contained in:
Daniel Stenberg
2008-08-03 21:50:56 +00:00
parent cb9410ded2
commit d6344d9b5f
2 changed files with 5 additions and 5 deletions

View File

@@ -43,10 +43,10 @@ Daniel Fandrich (31 Jul 2008)
(was KNOWN_ISSUE #54). (was KNOWN_ISSUE #54).
Daniel Stenberg (30 Jul 2008) Daniel Stenberg (30 Jul 2008)
- Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL - Phil Blundell added the CURLOPT_ADDRESS_SCOPE option, as well as adjusted
parser to allow numerical IPv6-addresses to be specified with the scope the URL parser to allow numerical IPv6-addresses to be specified with the
given, as per RFC4007 - with a percent letter that itself needs to be URL scope given, as per RFC4007 - with a percent letter that itself needs to be
escaped. For example, for an address of fe80::1234%1 the HTTP URL is: URL escaped. For example, for an address of fe80::1234%1 the HTTP URL is:
"http://[fe80::1234%251]/" "http://[fe80::1234%251]/"
- PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a

View File

@@ -19,7 +19,7 @@ This release includes the following changes:
o Added CURLINFO_APPCONNECT_TIME o Added CURLINFO_APPCONNECT_TIME
o Added test selection by key word in runtests.pl o Added test selection by key word in runtests.pl
o the curl tool's -w option support the %{ssl_verify_result} variable 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) o Support --append on SFTP uploads (not with OpenSSH, though)
This release includes the following bugfixes: This release includes the following bugfixes: