From: André Malo Date: Sat, 15 Feb 2003 12:55:46 +0000 (+0000) Subject: Note the recent segfault fix. X-Git-Tag: pre_ajp_proxy~2133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fed26406f2211f8eb1191695694254ff94f5cc91;p=apache Note the recent segfault fix. (could not connect to *.apache.org after committing the change itself tonight...) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98672 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2e454ae6ae..fe3fa127bc 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) Fix segfault which occurred when a section in an included file was + not closed. PR 17093. [André Malo] + *) Extend the SetEnvIf directive to capture subexpressions of the matched value. [André Malo]