summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-09-08 18:06:47 +0000
committerJeff Trawick <trawick@apache.org>2013-09-08 18:06:47 +0000
commit06e4f5daaabd4e478e7fee2dde5c508031a47fe1 (patch)
treed91416366e667583e10ab72a30baea0be5534ba5 /README.cmake
parentff6ed254d2e2f7d7107e3ad894bad9ddf452d4a7 (diff)
downloadhttpd-06e4f5daaabd4e478e7fee2dde5c508031a47fe1.tar.gz
add apreq and skiplist to libhttpd, support mod_apreq
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520888 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.cmake b/README.cmake
index 1c55980797..55c95528c3 100644
--- a/README.cmake
+++ b/README.cmake
@@ -191,9 +191,8 @@ Known Bugs and Limitations
* no standard script or makefile is provided to tie together the builds
of httpd and support libraries in a manner suitable for typical users
-* no logic to find support libraries needed by some modules (distcache, serf)
-* no working support for building these modules:
- + mod_socache_dc, mod_serf, apreq+mod_apreq
+* no logic to find support libraries or otherwise build these modules:
+ + mod_socache_dc (distcache), mod_serf (serf)
+ additionally, mod_lbmethod_rr and mod_firehose don't compile on Windows
anyway
* buildmark.c isn't necessarily rebuilt when httpd.exe is regenerated