From: Jeff Trawick Date: Fri, 17 Sep 2004 10:15:09 +0000 (+0000) Subject: a few votes X-Git-Tag: 2.0.52~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3eb1e0ca9b7ddbb060f3c1806b5df6b0716dff2;p=thirdparty%2Fapache%2Fhttpd.git a few votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105182 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 87e395c0497..19601703bfe 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/09/17 09:04:56 $] +Last modified at [$Date: 2004/09/17 10:15:09 $] Release: @@ -76,15 +76,15 @@ PATCHES TO BACKPORT FROM 2.1 *) buildconf: Clean autoconf cache and do mod_ssl timestamp dance. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/buildconf?r1=1.37&r2=1.40 - +1: jorton + +1: jorton, trawick *) remove config.{guess,sub} and PrintPath from build (they are copied by buildconf already) - +1: jorton + +1: jorton, trawick *) Use HTML 2.0
for error pages. PR 30732 modules/http/http_protocol.c: r1.483 - +1: nd, jorton + +1: nd, jorton, trawick *) mod_mem_cache: Fixed race condition causing segfault because of memory being freed twice, or reused after being freed. Changed the atomic usage of refcount @@ -97,7 +97,7 @@ PATCHES TO BACKPORT FROM 2.1 (2.0 + 1.3) http://www.apache.org/~nd/dbmmap_1.3.patch http://www.apache.org/~nd/dbmmap_2.0.patch - +1: nd + +1: nd, trawick *) mod_rewrite:Fix query string handling for proxied URLs. PR 14518. (2.0 + 1.3)