]> granicus.if.org Git - apache/commitdiff
Update CHANGES:
authorRainer Jung <rjung@apache.org>
Mon, 7 Jun 2010 08:49:22 +0000 (08:49 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 7 Jun 2010 08:49:22 +0000 (08:49 +0000)
- Building modules as DSOs and the "most" module set by default.
  r952007, r952008, r952009
- Fixing VPATH build when using included APR.
  r951769, r951769
- Fixing mod_session_crypto build for APR 2 and VPATH
  r951766
- Fixing mod_session_crypto API incompatibility with APR 2
  r951870

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952143 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6ad377c20fe2902159db8362985f4f13c86cf741..ca71b46fd4390fce9c83cd5f691d83c0a428e12c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,20 @@ Changes with Apache 2.3.6
      processing is completed, avoiding orphaned callback pointers.
      [Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
 
+  *) configure: The "most" module set gets build by default.  [Rainer Jung]
+
+  *) configure: Building dynamic modules (DSO) by default.  [Rainer Jung]
+
+  *) configure: Fix broken VPATH build when using included APR.
+     [Rainer Jung]
+
+  *) mod_session_crypto: Fix configure problem when building
+     with APR 2 and for VPATH builds with included APR.
+     [Rainer Jung]
+
+  *) mod_session_crypto: API compatibility with APR 2 crypto and
+     APR Util 1.x crypto. [Rainer Jung]
+
   *) ab: Fix memory leak with -v2 and SSL. PR 49383.
      [Pavel Kankovsky <peak argo troja mff cuni cz>]