]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose a backport, a vote.
authorGraham Leggett <minfrin@apache.org>
Thu, 20 May 2004 19:09:03 +0000 (19:09 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 20 May 2004 19:09:03 +0000 (19:09 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

STATUS

diff --git a/STATUS b/STATUS
index 7d73a7bbb45a67a7488e35a7466693a145303c3a..5464cecf3e1583eaa6929f1f93a5d9441802b2dd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/05/17 14:13:49 $]
+Last modified at [$Date: 2004/05/20 19:09:03 $]
 
 Release:
 
@@ -72,6 +72,11 @@ 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! ]
 
+    *) RPM spec file changes: changed default dependancy to link to db4
+       instead of db3. Fixed complaints about unpackaged files.
+       build/rpm/httpd.spec.in
+       +1: minfrin
     *) Use APR_LARGEFILE when opening log files, and not APR_WRITE,
        allowing >2Gb log files on some platforms with a 32-bit off_t
        http://www.apache.org/~jorton/largelog.diff
@@ -92,6 +97,7 @@ PATCHES TO BACKPORT FROM 2.1
        bound.
        modules/experimental/util_ldap.c: r1.27
        +1: bnicholes
+       +1: minfrin (confirmed fixes long standing timeout bug)
         
     *) mod_ssl: Fix potential SEGV in 'shmcb' session cache.
        modules/ssl/ssl_scache_shmcb.c: r1.26