summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-02-15 13:55:46 +0100
committerAndré Malo <nd@apache.org>2003-02-15 13:55:46 +0100
commitfed26406f2211f8eb1191695694254ff94f5cc91 (patch)
tree8d7e97c7547d6215bd13ef7e29c8ed99d577bb6b /CHANGES
parentfill out parms->err_directive while looking for open parents. (diff)
downloadapache2-fed26406f2211f8eb1191695694254ff94f5cc91.tar.xz
apache2-fed26406f2211f8eb1191695694254ff94f5cc91.zip
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
Diffstat (limited to '')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
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]