]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
added votes on backports from 2.1
authorBrian Pane <brianp@apache.org>
Sun, 22 Jun 2003 22:21:00 +0000 (22:21 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 22 Jun 2003 22:21:00 +0000 (22:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100335 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 657e89d5c6f5666d2f106233bde05aff2cbfed37..2e7dd49293944c014d312e6f3b9a34dd16ae99f9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/06/21 20:25:39 $]
+Last modified at [$Date: 2003/06/22 22:21:00 $]
 
 Release:
 
@@ -64,6 +64,11 @@ PATCHES TO PORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    * ap_get_mime_headers(): eliminate the temporary table used to
+      combine duplicate headers (performance enhancement)
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c.diff?r1=1.131&r2=1.132&diff_format=h
+      +1: brianp
+
     * core_output_filter: don't split the brigade after a FLUSH bucket
       if it's the last bucket.  This prevents creating unneccessary empty
       brigades which may not be destroyed until the end of a keepalive
@@ -74,7 +79,7 @@ PATCHES TO PORT FROM 2.1
     * Win32: Whack the fully qualified names that appear in the log when
       loglevel debug is being used.
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/log.c.diff?r1=1.133&r2=1.134
-      +1: stoddard, trawick
+      +1: stoddard, trawick, brianp
 
     * Backport LimitInteralRecursion to 2.0 and 1.3.
       (1.3 patch is here: <http://cvs.apache.org/~nd/recursion13.patch>)
@@ -84,7 +89,7 @@ PATCHES TO PORT FROM 2.1
       modules/http/http_request.c r1.156, r1.158
       server/core.c r1.236, r1.237
       server/request.c r1.126, r1.127
-      +1: nd
+      +1: nd, brianp (for 2.0)
 
     * Replace some of the mutex locking in the worker MPM with
       atomic operations for higher concurrency.
@@ -215,7 +220,7 @@ PATCHES TO PORT FROM 2.1
 
     * winnt MPM: fix some invalid ap_log_error() invocations
         server/mpm/winnt/child.c 1.15
-        +1: trawick, wrowe
+        +1: trawick, wrowe, brianp
 
     * handle switching between libtools and unwritable ltconfig/ltmain.sh
         buildconf 1.36, 1.37
@@ -248,7 +253,7 @@ PATCHES TO PORT FROM 2.1
       second attempt to close the socket, the same descriptor was
       often already in use by another thread for another purpose.
         modules/generators/mod_cgid.c 1.151
-        +1: trawick
+        +1: trawick, brianp
 
 CURRENT RELEASE NOTES: