summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2011-07-04 15:03:01 +0200
committerRainer Jung <rjung@apache.org>2011-07-04 15:03:01 +0200
commit1fa2322c04797b8ea69e896cb4c1c31b53e70a7c (patch)
treed6ae8825982275cc8f8475dea19544a3853ab50a /CHANGES
parentSupport reallyall option to configure also for (diff)
downloadapache2-1fa2322c04797b8ea69e896cb4c1c31b53e70a7c.tar.xz
apache2-1fa2322c04797b8ea69e896cb4c1c31b53e70a7c.zip
1) Add --with-distcache to configure for choosing
the distcache installation directory. 2) Use correct build variable MOD_SOCACHE_DC_LDADD instead of MOD_SOCACHE_LDADD in build macro. Also made the macro a bit more consistent with the SSL checking macro. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1dcd5e6a22..52223f60d7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,12 @@ Changes with Apache 2.3.14
*) configure: Support reallyall option also for --enable-mods-static.
[Rainer Jung]
+ *) mod_socache_dc: add --with-distcache to configure for choosing
+ the distcache installation directory. [Rainer Jung]
+
+ *) mod_socache_dc: use correct build variable MOD_SOCACHE_DC_LDADD
+ instead of MOD_SOCACHE_LDADD in build macro. [Rainer Jung]
+
Changes with Apache 2.3.13
*) ab: Support specifying the local address to use. PR 48930.