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