]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
cleaning up my own &^%$
authorJeff Trawick <trawick@apache.org>
Fri, 11 Jun 2004 13:51:38 +0000 (13:51 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 11 Jun 2004 13:51:38 +0000 (13:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103898 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9aa90369e8c52ad412f013dd6f750ccbba8513a6..851e43f7fdd2134956aa05e5a8c8fd890fe1eea2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/06/11 01:24:55 $]
+Last modified at [$Date: 2004/06/11 13:51:38 $]
 
 Release:
 
@@ -72,6 +72,12 @@ 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! ]
 
+    *) <VirtualHost myhost> now applies to all IP addresses for myhost
+       instead of just the first one reported by the resolver.  This
+       corrects a regression since 1.3.
+         server/vhost.c r1.87
+       +1: trawick
+
     *) util_ldap: allow relative paths for LDAPTrustedCA to be resolved
        against ServerRoot PR#26602
        modules/experimental/util_ldap.c r1.31