You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/02/11 16:45:29 UTC

svn commit: r153416 - httpd/httpd/trunk/CHANGES

Author: jorton
Date: Fri Feb 11 07:45:28 2005
New Revision: 153416

URL: http://svn.apache.org/viewcvs?view=rev&rev=153416
Log:
Note changes.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?view=diff&r1=153415&r2=153416
==============================================================================
--- httpd/httpd/trunk/CHANGES (original)
+++ httpd/httpd/trunk/CHANGES Fri Feb 11 07:45:28 2005
@@ -2,6 +2,16 @@
 
   [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]