summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2000-12-13 22:30:22 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2000-12-13 22:30:22 +0000
commit2ab4374a7aeb2bc52e66ab4a6cab91c36c3eabca (patch)
treed9269c344e78e34bed479e81edb327c71e5ff34e /CHANGES
parent292531b9a5f5a7456fa82f050012a83b596f5b09 (diff)
downloadlibapr-2ab4374a7aeb2bc52e66ab4a6cab91c36c3eabca.tar.gz
Add apr_getnameinfo(), which uses getnameinfo() when APR_HAVE_IPV6 is
defined. APR_HAVE_IPV6 will only be defined if getnameinfo() is present. Still to do: Switch to this in Apache and axe apr_get_hostname(). OS/2 and Win32 logic for reporting getaddrinfo() failures is from existing code. The OS/2 code doesn't look right to me (need to add APR_OS_START_xyz?) I'm not sure what is needed for pre-BONE BeOS. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 683b9675c..3447e5efb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Changes with APR b1
+
+ *) Add apr_getnameinfo(), a replacement for apr_get_hostname() which
+ supports IPv6 and will be friendlier for use with eventual
+ SOCK_DGRAM support. [Jeff Trawick]
+
Changes with APR a9
*) Removed the iconv implementation from the i18n/unix/iconv branch.