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:
[ 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
* 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.
* 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