aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-27 14:22:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-27 14:22:58 +0000
commit5b65cc55a212baef0590b8abf7fb1aab596b2401 (patch)
treeb384df48b261abf1adfc40d9fdaac77772901d0b
parent97769737d0a7d5000f90c10619b380f41de87a60 (diff)
idn stuff in code and configure script
-rw-r--r--CHANGES15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 9b8a5040f..a11d675a5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,12 +6,25 @@
Changelog
+Daniel (27 April 2004)
+- I remodeled Gisle's IDN code slightly and now we convert both the host name
+ and proxy name to the ACE encoded version to use internally for resolves and
+ cookies etc. They are now using one 'struct hostname' each that keep both
+ the original name and the possibly encoded name. IDN resolves work for me
+ now using ipv6, ipv4 and ares resolving. Even cookies on IDN sites seem to
+ do right. I got some failures at first when CHARSET wasn't set at all which
+ confused libidn completely and it decided by encoding of choice was
+ 'ANSI_X3.4-1968'...
+
+- made 'configure --without-libidn' work
+
Daniel (25 April 2004)
- Fixed the src/hugehelp.c file to include "setup.h" instead of "config.h" to
make the problems with USE_MANUAL on windows go away.
- configure --without-ssl could still wrongly include some OpenSSL info in the
- Makefiles if pkg-config had info about OpenSSL.
+ Makefiles if pkg-config had info about OpenSSL. Bug #941762 reported by
+ Martin.
- Since we can now build and use quite a large set of 3rd party libraries, I
decided I would make configure produce a summary at the end showing what