]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
- Propose a backport
authorGraham Leggett <minfrin@apache.org>
Fri, 21 May 2004 22:22:06 +0000 (22:22 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 21 May 2004 22:22:06 +0000 (22:22 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103727 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 06c5a67351dd28724391595d8bab39c65fdaa5a8..141685faac2f35e48e11604ec865662b01d8b50a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/05/21 22:08:53 $]
+Last modified at [$Date: 2004/05/21 22:22:06 $]
 
 Release:
 
@@ -72,6 +72,13 @@ 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! ]
 
+    *) Small fix to allow reverse proxying to an ftp server. Previously
+       an attempt to do this would try and connect to 0.0.0.0, regardless
+       of the server specified.
+       modules/proxy/proxy_ftp.c r1.143
+       PR 24922 [Pascal Terjan <pterjan@linuxfr.org>]
+       +1: minfrin
+
     *) Fix a potential segfault if the bind password in the LDAP cache
        is NULL.
        modules/experimental/util_ldap_cache.c r1.16