summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-09-12 19:46:12 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-09-12 19:46:12 +0000
commitc0cc2d31fdf25c87dc0456dd97305139fc35a2ba (patch)
tree39c117cae2992d1dcfe07863dad37044edacdaf7 /CHANGES
parentf2670dea7038560a1ac57b6f3bb7eb7b4e65dcb0 (diff)
downloadlibapr-c0cc2d31fdf25c87dc0456dd97305139fc35a2ba.tar.gz
Don't search for IPv6 names in apr_sockaddr_info_get() if the
application doesn't specify the family (i.e., the application passes in AF_UNSPEC) and APR isn't built with IPv6 support. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2406bb24d..befac8114 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with APR b1
-
+
+ *) Don't search for IPv6 names in apr_sockaddr_info_get() if the
+ application doesn't specify the family (i.e., the application
+ passes in AF_UNSPEC) and APR isn't built with IPv6 support.
+ [Jeff Trawick]
+
*) Fix the API for the apr_proc_create() call on Win32. Several
bad assumptions are gone, including a mismatch between unix and
win32, where win32 was defaulting to create detached. Also fixes