summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-11-14 08:32:29 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-11-14 08:32:29 -0800
commit12996491c2f09be58e667146515af828cafca489 (patch)
tree926cd7fae65868bdb4e64132b909741004ddc80d
parentdd50e8b75cd8b57669a75ee1477e88d94acbbc44 (diff)
downloadtftp-hpa-12996491c2f09be58e667146515af828cafca489.tar.gz
Document getaddrinfo() workaround.
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e183bed..9909cd3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Changes in 5.0:
+ Try to on platforms with getaddrinfo() without AI_ADDRCONFIG or
+ AI_CANONNAME.
+
+
Changes in 0.49:
Add IPv6 support. Patch by Karsten Keil.