APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/01/29 13:46:37 $]
+Last modified at [$Date: 2004/01/29 14:22:13 $]
Release:
* Fix file extensions for real media files and removed rpm extension
from mime.types. PR 26079. (2.0 + 1.3)
docs/conf/mime.types: r1.23
- +1: nd
+ +1: nd, trawick
* Don't include newlines in strings passed to ap_log_error; cosmetic fix
for common startup failures which otherwise now include escaped newlines.
* Fix segfault in mod_mem_cache cache_insert() due to cache size
becoming negative. PR: 21285, 21287
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/mod_mem_cache.c?r1=1.99&r2=1.100
- +1: stoddard, rederpj
+ +1: stoddard, rederpj, trawick
* Replace some of the mutex locking in the worker MPM with
atomic operations for higher concurrency.