aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-08 14:45:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-08 14:45:58 +0000
commitcab59b4c3209baa5f067b5c2339748a4669b3662 (patch)
tree10b2364a98396de3ecfb7016efa7bf73842cf35c /CHANGES
parent931eff89f52994365e20c8b45fd7498933cbf5be (diff)
Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since
we really have no use for reverse lookups of the address. I truly hope these are the last reverse lookups we had lingering in the code!
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2ae152d41..9bf8f0c8b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,12 @@
Daniel (8 November 2005)
+- Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since
+ we really have no use for reverse lookups of the address.
+
+ I truly hope these are the last reverse lookups we had lingering in the
+ code!
+
- Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled
version of libcurl with different Windows versions. Current version of
libcurl imports SSPI functions from secur32.dll. However, under Windows NT