]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Votes and proposals.
authorJoe Orton <jorton@apache.org>
Tue, 30 Mar 2004 11:43:10 +0000 (11:43 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 30 Mar 2004 11:43:10 +0000 (11:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103210 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 65b80cde66c9b543cad727cec1d99784e8c92b2d..f883d18d057771026ff1b724cf25d97cbf67e4ed 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/29 23:51:43 $]
+Last modified at [$Date: 2004/03/30 11:43:10 $]
 
 Release:
 
@@ -72,6 +72,10 @@ 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! ]
 
+    *) mod_ssl: Fix segfaults when doing shutdown from a cleanup.
+       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.121&r2=1.122
+       +1: jorton
+
     *) (re-)add support for RewriteRules in <Proxy> containers. PR 27985
          modules/mappers/mod_rewrite.c: r1.254
        +1: nd
@@ -92,7 +96,7 @@ PATCHES TO BACKPORT FROM 2.1
        memory leak. PR: 26562.
            modules/ssl/ssl_engine_init.c:    r1.127
            modules/ssl/ssl_toolkit_compat.h: r1.41
-       +1: madhum
+       +1: madhum, jorton
 
     *) Fixed mean and median calculations in ab, also changed where time values
        are set for start and connect when doing keep alive benchmarking.
@@ -108,7 +112,23 @@ PATCHES TO BACKPORT FROM 2.1
     *) mod_dav: Fix a problem that could cause crashes when manipulating 
        locks on some platforms. (especially Sparc!!!)
            modules/dav/fs/lock.c: r1.31
-       +1: trawick
+       +1: trawick, jorton
+
+    *) mod_dav: Fix a 2617 compliance issue
+       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/dav/main/util.c?r1=1.53&r2=1.54
+       +1: jorton
+
+    *) Issue a 413 not a 400 if client exceeds configured LimitXMLRequestBody
+       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/util_xml.c?r1=1.28&r2=1.29
+       +1: jorton
+
+    *) mod_dav: Send an EOS at the end of the multistatus brigade.
+       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/dav/main/mod_dav.c?r1=1.105&r2=1.106
+       +1: jorton
+
+    *) mod_dav_fs: Better ENOSPC handling and a remove a write(,,0) call:
+       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/dav/fs/repos.c?r1=1.77&r2=1.79
+       +1: jorton
 
     *) Allow Satisfy directives to be influenced by <Limit>.
        PR: 14726
@@ -131,6 +151,7 @@ PATCHES TO BACKPORT FROM 2.1
           modules/ssl/ssl_private.h: r1.2
        +1: bnicholes
        -0: jerenkrantz (should wait for 2.2)
+       -0: jorton (msgid <20040305083540.GA24529@redhat.com>)
 
     * mod_setenvif: remove support for remote_user variable which never
       worked at all. PR 25725 (2.0 + 1.3)