Commit 3432f3fb authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

Add change log entry, bump MMN


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/revert-ap-ldap@1150173 13f79535-47bb-0310-9956-ffa450edef68
parent 6fb5bcd2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@

Changes with Apache 2.3.14

  *) mod_ldap: Revert the integration of apr-ldap as ap_ldap which was done
     in 2.3.13. [Stefan Fritsch]

  *) core: For '*' or '_default_' vhosts, use a wildcard address of any 
     address family, rather than IPv4 only.  [Joe Orton]

+3 −2
Original line number Diff line number Diff line
@@ -341,14 +341,15 @@
 *                         ap_expr_parse_cmd_mi() function, add ap_expr_str_*() functions,
 *                         rename AP_EXPR_FLAGS_* -> AP_EXPR_FLAG_*
 * 20110702.1 (2.3.14-dev) Add ap_scan_script_header_err*_ex functions
 * 20110723.0 (2.3.14-dev) Revert addition of ap_ldap*
 */

#define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */

#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20110702
#define MODULE_MAGIC_NUMBER_MAJOR 20110723
#endif
#define MODULE_MAGIC_NUMBER_MINOR 1                    /* 0...n */
#define MODULE_MAGIC_NUMBER_MINOR 0                    /* 0...n */

/**
 * Determine if the server's current MODULE_MAGIC_NUMBER is at least a