]> granicus.if.org Git - apache/commitdiff
Merge r1422855 from trunk:
authorJim Jagielski <jim@apache.org>
Mon, 17 Dec 2012 11:50:41 +0000 (11:50 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 17 Dec 2012 11:50:41 +0000 (11:50 +0000)
Install cache_common.h as required by mod_cache.h. Allows external modules
to use mod_cache.
Submitted by Niklas Edmundsson.

Submitted by: minfrin
Reviewed/backported by: jim

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

Makefile.in
STATUS

index 1ff6776da62014bc14aeccc31440f44a07f423df..09e971455a164ca259c3e8bdb376adbbd5ec353c 100644 (file)
@@ -202,6 +202,7 @@ INSTALL_HEADERS = \
        $(srcdir)/modules/core/mod_so.h \
        $(srcdir)/modules/core/mod_watchdog.h \
        $(srcdir)/modules/cache/mod_cache.h \
+       $(srcdir)/modules/cache/cache_common.h \
        $(srcdir)/modules/database/mod_dbd.h \
        $(srcdir)/modules/dav/main/mod_dav.h \
        $(srcdir)/modules/filters/mod_include.h \
diff --git a/STATUS b/STATUS
index 8db7d7b79b87ce2d27119b7fa3adb1df5b51da58..ff29e23b68cf6b6fbfe5018819b287134711d0d2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -91,11 +91,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-   * mod_cache: Install cache_common.h as required by mod_cache.h. Allows
-     external modules to use mod_cache.
-     trunk patch: http://svn.apache.org/viewvc?rev=1422855&view=rev
-     2.4.x patch: trunk patch works.
-     +1: minfrin, humbedooh, jim
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]