From bd600fbebe7c0fdb314cb2a8015f1b89ea036b74 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 29 Dec 2006 11:32:14 +0000 Subject: curl_easy_duphandle() sets the magic number in the new handle --- RELEASE-NOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE-NOTES') 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: -- cgit v1.2.3