diff options
author | Yann Ylavic <ylavic@apache.org> | 2016-04-26 10:55:57 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2016-04-26 10:55:57 +0200 |
commit | b2b160f243ebb02c6e10f79539dd8329a7c198a3 (patch) | |
tree | dc295f6b41d3d9b7c8de3119a1cbded3004c99e2 /include/ap_mmn.h | |
parent | Follow up to r1740928: better CHANGES entry. (diff) | |
download | apache2-b2b160f243ebb02c6e10f79539dd8329a7c198a3.tar.xz apache2-b2b160f243ebb02c6e10f79539dd8329a7c198a3.zip |
Follow up to r1740928: update docs (contexts) and minor MMN.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740967 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | include/ap_mmn.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index e153a5523c..340e986e33 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -519,6 +519,10 @@ * ap_mpm_unregister_poll_callback. Add * AP_MPMQ_CAN_POLL. * 20160315.1 (2.5.0-dev) Add AP_IMPLEMENT_OPTIONAL_HOOK_RUN_FIRST. + * 20160315.2 (2.5.0-dev) Add optional proxy_{hook,run}_section_post_config(), + * ap_proxy_connection_create_ex() and section_config + * to struct proxy_{worker,balancer} in mod_proxy.h, + * and optional ssl_engine_set() to mod_ssl.h. */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -526,7 +530,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20160315 #endif -#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |