From: Joe Orton Date: Fri, 11 Feb 2005 15:45:28 +0000 (+0000) Subject: Note changes. X-Git-Tag: 2.1.3~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b761381b9324459e7c2764ee283924e2cb1ab070;p=apache Note changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153416 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a9ab3c6632..be361a8e25 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,16 @@ Changes with Apache 2.1.3 [Remove entries to the current 2.0 section below, when backported] + *) Add support for use of an external PCRE library; pass the + --with-pcre flag to configure. PR 27550. [Joe Orton, + Andres Salomon ] + + *) Renamed regex interfaces to be namespace-safe, and moved from + pcreposix.h header to ap_regex.h: regex_t->ap_regex_t, + regmatch_t->ap_regmatch_t; REG_*->AP_REG_*; functions + reg*->ap_reg*. PR 27550. [Andres Salomon , + Joe Orton] + *) Only recompile buildmark.c when we have to relink httpd. [Justin Erenkrantz]