diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-11 11:30:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-11 11:30:23 +0000 |
commit | bbafb2eb27954c34967f91c705e74cc0c186970d (patch) | |
tree | 5294d3f6b2a9a5e82949cb03cb1733ba833fa9a3 /RELEASE-NOTES | |
parent | 434bc13812639c6d76fe4f7b29424b7b21032dc9 (diff) |
curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a5dd60275..8decfda8a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -8,10 +8,12 @@ Curl and libcurl 7.12.0. This release includes the following changes: + o added curl_global_init_mem() + o removed curl_formparse() o the MSVC project file in the release archive is automatically built o curl --proxy-digest is a new command line option o the Windows version of libcurl can use wldap32.dll for LDAP - o curl_easy_strerror(), curl_multi_strerror() and curl_share_strerror() + o added curl_easy_strerror(), curl_multi_strerror() and curl_share_strerror() o IPv6-enabled Windows hosts now resolves names threaded/asynch as well o configure --with-libidn can be used to point out the root dir of a libidn installation for curl to use, then libcurl can resolve and use IDNA names |