You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/05/29 21:12:25 UTC

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

Author: sf
Date: Tue May 29 19:12:24 2012
New Revision: 1343931

URL: http://svn.apache.org/viewvc?rev=1343931&view=rev
Log:
add PR reference

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1343931&r1=1343930&r2=1343931&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue May 29 19:12:24 2012
@@ -3,7 +3,7 @@ Changes with Apache 2.5.0
 
   *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory.  Make
      ap_pregcomp() abort if out of memory. This raises the minimum PCRE
-     requirement to version 6.0. [Stefan Fritsch]
+     requirement to version 6.0. PR 53284. [Stefan Fritsch]
 
   *) apxs: Use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS.
      [Stefan Fritsch]