diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-29 11:32:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-29 11:32:14 +0000 |
commit | bd600fbebe7c0fdb314cb2a8015f1b89ea036b74 (patch) | |
tree | b09898cc35ebd18f5e4378198057cd55484f20f2 /RELEASE-NOTES | |
parent | 064bbb999f25e630f2b36fcacb8e58535111b07d (diff) | |
download | curl-bd600fbebe7c0fdb314cb2a8015f1b89ea036b74.tar.gz |
curl_easy_duphandle() sets the magic number in the new handle
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d9132b39a..b53e2a34a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -40,6 +40,8 @@ This release includes the following bugfixes: o using proxy and URLs without protocol prefixes o first using a proxy and then accessing a site that 'no_proxy' matched, would still make libcurl use the proxy... + o curl_easy_duphandle() now makes a handle that is valid for the multi + interface since the magic number is set fine Other curl-related news: |