diff options
author | Adam Tkac <atkac@redhat.com> | 2011-07-19 19:10:43 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2011-08-03 10:23:34 +0200 |
commit | ebf42c4be76df40ec6d3bf32f229bbb274e2c32f (patch) | |
tree | 9f8d2beb5ea948ef116a9bca0e9bab1db937529e /RELEASE-NOTES | |
parent | 7688a99bef48ad9b64af971e983e8709c5b12ce4 (diff) | |
download | curl-ebf42c4be76df40ec6d3bf32f229bbb274e2c32f.tar.gz |
Add new CURLOPT_GSSAPI_DELEGATION option.
Curl_gss_init_sec_context got new parameter - SessionHandle.
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 23519d1e8..d4957276d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -2,13 +2,14 @@ Curl and libcurl 7.21.8 Public curl releases: 124 Command line options: 144 - curl_easy_setopt() options: 186 + curl_easy_setopt() options: 187 Public functions in libcurl: 58 Known libcurl bindings: 39 Contributors: 868 This release includes the following changes: + o Added CURLOPT_GSSAPI_DELEGATION o This release includes the following bugfixes: |