summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2010-06-07 10:49:22 +0200
committerRainer Jung <rjung@apache.org>2010-06-07 10:49:22 +0200
commitb19e4db44491a4cb6943dcb428bd70b1c9fb6d78 (patch)
treecf6888a5218c404ee01c5978c3e7975e5fdd3971 /CHANGES
parentAlternatives to [P]. (diff)
downloadapache2-b19e4db44491a4cb6943dcb428bd70b1c9fb6d78.tar.xz
apache2-b19e4db44491a4cb6943dcb428bd70b1c9fb6d78.zip
Update CHANGES:
- 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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6ad377c20f..ca71b46fd4 100644
--- 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>]