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 2013/05/06 19:50:03 UTC

svn commit: r1479653 - in /httpd/httpd/branches/2.4.x: CHANGES docs/manual/mod/mod_macro.xml

Author: sf
Date: Mon May  6 17:50:03 2013
New Revision: 1479653

URL: http://svn.apache.org/r1479653
Log:
mention mod_macro in CHANGES and add compatibility note

Modified:
    httpd/httpd/branches/2.4.x/CHANGES
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1479653&r1=1479652&r2=1479653&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Mon May  6 17:50:03 2013
@@ -2,6 +2,9 @@
 
 Changes with Apache 2.4.5
 
+  *) mod_macro: New module that provides macros within configuration files.
+     [Fabien Coelho]
+
   *) mod_cache_socache: New cache implementation backed by mod_socache
      that replaces mod_mem_cache known from httpd 2.2. [Graham
      Leggett]

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml?rev=1479653&r1=1479652&r2=1479653&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml Mon May  6 17:50:03 2013
@@ -26,6 +26,7 @@
 <status>Base</status>
 <sourcefile>mod_macro.c</sourcefile>
 <identifier>macro_module</identifier>
+<compatibility>Available in Apache HTTPD 2.4.5 and later</compatibility>
 
 <summary>