]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Found the PR number.
authorJoe Orton <jorton@apache.org>
Tue, 24 Aug 2004 13:38:54 +0000 (13:38 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 24 Aug 2004 13:38:54 +0000 (13:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104790 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9d039515b23c33ddf576ee50f514ecad865edc26..355a8b93b6ac9dadb3d0ae34d7d41b933f6ad860 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/08/24 09:31:52 $]
+Last modified at [$Date: 2004/08/24 13:38:54 $]
 
 Release:
 
@@ -90,6 +90,7 @@ PATCHES TO BACKPORT FROM 2.1
 
     *) mod_autoindex: Don't truncate directory listing when a stat call fails.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_autoindex.c?r1=1.132&r2=1.133
+       PR: 17357
        +1: jorton
 
     *) unixd_accept: Eliminate now-unnecessary apr_os_sock_get() call.