]> granicus.if.org Git - apache/commitdiff
Note changes.
authorJoe Orton <jorton@apache.org>
Fri, 11 Feb 2005 15:45:28 +0000 (15:45 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 11 Feb 2005 15:45:28 +0000 (15:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153416 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a9ab3c6632531484658bcc697181d4e594ec9590..be361a8e2526ba429ca8ca2eb00c2490faaeee2a 100644 (file)
--- 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 <dilinger voxel.net>]
+
+  *) 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 <dilinger voxel.net>,
+     Joe Orton]
+
   *) Only recompile buildmark.c when we have to relink httpd.
      [Justin Erenkrantz]