From: Stefan Fritsch Date: Sun, 24 Jul 2011 19:19:44 +0000 (+0000) Subject: Add a CHANGES entry for all the module selection changes X-Git-Tag: 2.3.14^2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5c47687085ac68e51503cd8866a071ebbac30a2;p=thirdparty%2Fapache%2Fhttpd.git Add a CHANGES entry for all the module selection changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1150474 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c2f116c5fd5..abc98126784 100644 --- 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]