]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mention an ugly problem that reared its head again in 2.0.48
authorJeff Trawick <trawick@apache.org>
Tue, 23 Dec 2003 14:59:25 +0000 (14:59 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 23 Dec 2003 14:59:25 +0000 (14:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102110 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1404d25970a2771a653ca47c3b0186ea13e11722..48ee822b26aab304f5c84762c59169fe74cca668 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/12/18 22:05:54 $]
+Last modified at [$Date: 2003/12/23 14:59:25 $]
 
 Release:
 
@@ -62,6 +62,13 @@ Contributors looking for a mission:
 
 RELEASE SHOWSTOPPERS:
 
+  PR 24469, broken reverse lookups with IPv4-mapped addrs on old OS X
+    The autoconf check added between 2.0.47 and 2.0.48 isn't
+    sufficient for catching the OS X problem, because building the
+    IPv4 numeric address string from IPv4-mapped address would work
+    but actually resolving the host would not.  To catch the check
+    via retcode, you have to specify the NI_NAMEREQD flag.
+
 PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]