From: Rainer Jung Date: Mon, 7 Jun 2010 08:49:22 +0000 (+0000) Subject: Update CHANGES: X-Git-Tag: 2.3.6~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b19e4db44491a4cb6943dcb428bd70b1c9fb6d78;p=apache 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 --- 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 , 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 ]