]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a CHANGES entry for all the module selection changes
authorStefan Fritsch <sf@apache.org>
Sun, 24 Jul 2011 19:19:44 +0000 (19:19 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 24 Jul 2011 19:19:44 +0000 (19:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1150474 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c2f116c5fd54d064e241b9784e806ed5c0b483c5..abc981267840b7e35dd15c7857a34572c7b889ad 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,14 @@
 
 Changes with Apache 2.3.14
 
+  *) configure: Update selection of modules for 'all' and 'most'. 'all' will
+     now enable all modules except for example and test modules. Make the
+     selection for 'most' more useful (including ssl and proxy). Both 'all'
+     and 'most' will now disable modules if dependencies are missing instead
+     of aborting. If a specific module is requested with --enable-XXX=yes,
+     missing dependencies will still cause configure to exit with an error.
+     [Stefan Fritsch]
+
   *) mod_ldap: Revert the integration of apr-ldap as ap_ldap which was done
      in 2.3.13. [Stefan Fritsch]