]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Another backport
authorBradley Nicholes <bnicholes@apache.org>
Wed, 22 Oct 2003 17:40:26 +0000 (17:40 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 22 Oct 2003 17:40:26 +0000 (17:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101521 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 962d742dd57068b269afe599bc84328e75103a52..1e3bf5e230083866bc84b5dbee26bdce2c8ffdbb 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/10/22 17:35:04 $]
+Last modified at [$Date: 2003/10/22 17:40:26 $]
 
 Release:
 
@@ -272,6 +272,12 @@ PATCHES TO BACKPORT FROM 2.1
         server/protocol.c r1.138
       +1: trawick, stoddard
 
+    * When UseCanonicalName is set to OFF, allow ap_get_server_port to 
+      check r->connection->local_addr->port before defaulting to 
+      server->port or ap_default_port()
+        server/core.c r1.247
+      +1: bnicholes
+
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,