]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add mod_rewrite.h to the headers installed on Windows.
authorEric Covener <covener@apache.org>
Sun, 19 Jan 2014 19:34:27 +0000 (19:34 +0000)
committerEric Covener <covener@apache.org>
Sun, 19 Jan 2014 19:34:27 +0000 (19:34 +0000)
Submitted By: Bob Ionescu
Committed By: covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1559567 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
Makefile.win

diff --git a/CHANGES b/CHANGES
index 4e65866c8498e86807afcf7a02375f7679e95550..7156768eeb2683577497e734a77176e75cc17daa 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@ Changes with Apache 2.2.27
 
 Changes with Apache 2.2.26
 
+  *) mod_rewrite: Add mod_rewrite.h to the headers installed on Windows. 
+     PR46679 [Bob Ionescu]
+
   *) mod_dav: dav_resource->uri treated as unencoded. This was an
      unnecessary ABI changed introduced in 2.2.25  PR 55397.  [Ben Reser]
 
index 216e8ac398608d78fdcb598d78cf91505764ac35..7962d2a13d047e70279a1924b8df98390f430df9 100644 (file)
@@ -781,6 +781,7 @@ BEGIN {
                modules\generators\mod_status.h \
                modules\loggers\mod_log_config.h \
                modules\http\mod_core.h \
+               modules\mappers\mod_rewrite.h \
                modules\proxy\mod_proxy.h \
                modules\ssl\mod_ssl.h ) do \
            @copy %f "$(INSTDIR)\include" < .y > nul