diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-07-30 21:55:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-30 21:55:26 +0000 |
commit | 5aed78e183e843a6935679d3ebdafd0c10b41114 (patch) | |
tree | 5f9426759bda1e85565fd5dce82d6a60be8f6892 /RELEASE-NOTES | |
parent | 011e5dd86447ffc8eb2e491020cbe5a3f4cd071b (diff) |
- 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:
"http://[fe80::1234%251]/"
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9ea04d39c..52c834e84 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +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 This release includes the following bugfixes: |