diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-24 07:40:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-24 07:40:00 +0000 |
commit | 24420c21915ff74a8a13c284a1fa66aaff1e847b (patch) | |
tree | 91e9681abf5718a4fd8e6ebaae4726c83a957b12 /CHANGES | |
parent | 59f904d8de005755f87aa0a4312ab7570a62c6f7 (diff) |
Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to
Gisle's previous mail. We now use this function, and thus we require libidn
0.4.5 or later. No earler version will do.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog Daniel (24 May 2004) +- Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to + Gisle's previous mail. We now use this function, and thus we require libidn + 0.4.5 or later. No earler version will do. + - Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could not be used both in one request. Fixed it and added test case 172 to verify. |