]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
votes on 2.1->2.0 ports
authorBrian Pane <brianp@apache.org>
Sun, 18 May 2003 02:14:08 +0000 (02:14 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 18 May 2003 02:14:08 +0000 (02:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99904 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c67707d55e63ad4019e2e983fc2130a81ae74379..88dfeb551182a77992d986b7b6e76a594441c2e1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/05/17 22:34:45 $]
+Last modified at [$Date: 2003/05/18 02:14:08 $]
 
 Release:
 
@@ -63,6 +63,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! ]
 
+    * Replace some of the mutex locking in the worker MPM with
+      atomic operations for higher concurrency.
+      server/mpm/worker/worker.c 1.24, 1.25
+      +1: brianp
+
     * make ExpiresByType work for dynamic documents.
       modules/metadata/mod_expires.c 1.41
       +1: ken, stoddard, ake
@@ -115,7 +120,7 @@ PATCHES TO PORT FROM 2.1
 
     * Fix mod_rewrite's handling of absolute URIs. (2.0 + 1.3)
       modules/mappers/mod_rewrite.c: r1.146
-      +1: nd, jerenkrantz
+      +1: nd, jerenkrantz, brianp
 
     * mod_negotiation: parse quality values independent from
       the current locale and level values as integers. PR 17564.
@@ -187,7 +192,7 @@ PATCHES TO PORT FROM 2.1
     * htpasswd: add a delete flag.
       support/htpasswd.c: r1.70
       docs/manual/programs/htpasswd.xml r1.3
-      +1: thommay, nd
+      +1: thommay, nd, brianp
 
     * Assure that we block on the read BIO when we invoke the read BIO for both
       first-use cases (via ssl_io_input_add_filter) and when we are writing and