From: Eric Covener Date: Sun, 19 Jan 2014 19:34:27 +0000 (+0000) Subject: Add mod_rewrite.h to the headers installed on Windows. X-Git-Tag: 2.2.27~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bdedec0461734014ee3bd0218bc4e390ddacce7;p=thirdparty%2Fapache%2Fhttpd.git Add mod_rewrite.h to the headers installed on Windows. 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 --- diff --git a/CHANGES b/CHANGES index 4e65866c849..7156768eeb2 100644 --- 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] diff --git a/Makefile.win b/Makefile.win index 216e8ac3986..7962d2a13d0 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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