summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2016-08-14 20:40:38 +0000
committerYann Ylavic <ylavic@apache.org>2016-08-14 20:40:38 +0000
commit667613271b1f699c2e412298d2feb9c41c0c7eab (patch)
tree89a3d020729437c3aa145024c072e675389358ae /include
parent74ed9d7f537f069220ea5028f405f4959aa1854e (diff)
downloadhttpd-667613271b1f699c2e412298d2feb9c41c0c7eab.tar.gz
Follow up to r1750392: r1756186 should have also bumped MMN minor for
s/ap_proxy_check_backend/ap_proxy_check_connection/. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756328 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_mmn.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index 19d13d862a..688fd38e90 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -532,11 +532,13 @@
* dav_success_proppatch.
* 20160608.4 (2.5.0-dev) Add dav_acl_provider, dav_acl_provider_register
* dav_get_acl_providers.
- * 20160608.5 (2.5.0-dev) Add ap_proxy_check_connection(), and tmp_bb to
+ * 20160608.5 (2.5.0-dev) Add ap_proxy_check_backend(), and tmp_bb to
* struct proxy_conn_rec.
* 20160608.6 (2.5.0-dev) Add ap_scan_http_field_content, ap_scan_http_token
* and ap_get_http_token
* 20160608.7 (2.5.0-dev) Add ap_check_pipeline().
+ * 20160608.8 (2.5.0-dev) Rename ap_proxy_check_backend() to
+ * ap_proxy_check_connection().
*/
#define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */