You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2010/06/07 10:49:22 UTC

svn commit: r952143 - /httpd/httpd/trunk/CHANGES

Author: rjung
Date: Mon Jun  7 08:49:22 2010
New Revision: 952143

URL: http://svn.apache.org/viewvc?rev=952143&view=rev
Log:
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

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=952143&r1=952142&r2=952143&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Jun  7 08:49:22 2010
@@ -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>]