aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-24 07:40:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-24 07:40:00 +0000
commit24420c21915ff74a8a13c284a1fa66aaff1e847b (patch)
tree91e9681abf5718a4fd8e6ebaae4726c83a957b12 /CHANGES
parent59f904d8de005755f87aa0a4312ab7570a62c6f7 (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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a4ea90706..40faf0056 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.