From: Jeff Trawick Date: Tue, 17 Jun 2003 15:20:02 +0000 (+0000) Subject: propose a couple of additional merges X-Git-Tag: 2.0.47~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e6680d0122d7768d21594670fb4b8da13b25cf3;p=thirdparty%2Fapache%2Fhttpd.git propose a couple of additional merges git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100285 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f860e46b809..403fc5480e2 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/06/15 05:44:09 $] +Last modified at [$Date: 2003/06/17 15:20:02 $] Release: @@ -229,6 +229,23 @@ PATCHES TO PORT FROM 2.1 modules/http/http_protocol.c 1.470 +1: trawick + * mod_rewrite: Perform child initialization on the rewrite log + lock. This fixes a log corruption issue when flock-based + serialization is used (e.g., FreeBSD). + modules/mappers/mod_rewrite.c 1.152 + +1: trawick + + * Unix: Handle permissions settings for flock-based mutexes in + unixd_set_global|proc_mutex_perms(). Allow the functions to + be called for any type of mutex. PR 20312 + modules/mappers/mod_rewrite.c 1.153 + modules/ssl/mod_ssl.h 1.136 + modules/ssl/ssl_engine_config.c 1.181 + modules/ssl/ssl_engine_mutex.c 1.126 + os/unix/unixd.c 1.158 + os/unix/unixd.h 1.138 + +1: trawick + CURRENT RELEASE NOTES: * Backwards compatibility is expected of future Apache 2.0 releases,