aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-08 21:39:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-08 21:39:18 +0000
commit1f2b042b9538ca6a8aef75679e7e66a274cc0063 (patch)
tree493030a0c8f9f9997ca5ce298a4c8dfe924d391b /CHANGES
parentfd49ba6c18267d966a26a8e5283783edbc20c65c (diff)
today's work
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 15c3ceb10..973ef3d21 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@
Changelog
Daniel (8 November 2004)
+- Made the configure script check for tld.h if libidn was detected, since
+ libidn 0.3.X didn't have such a header and we don't work with anything
+ before libidn 0.4.1 anyway! Suse 9.1 apparently ships with a 0.3.X version
+ of libidn which makes the curl 7.12.2 build fail. Jean-Philippe
+ Barrette-LaPierre helped pointing this out.
+
- Ian Gulliver reported in debian bug report #278691: if curl is invoked in an
environment where stderr is closed the -v output will still be sent to file
descriptor 2 which then might be the network socket handle! Now we have a