summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2016-04-07 20:04:07 +0000
committerRainer Jung <rjung@apache.org>2016-04-07 20:04:07 +0000
commitf4ec4b18834751c21e1fa502576a6efefa968ea7 (patch)
treed5c66bd22d5cb30c58a6a45ded8838e576d2b6d8 /include
parent15d6b5842eca22905e3bd7027b255622fe0b4eb4 (diff)
downloadhttpd-f4ec4b18834751c21e1fa502576a6efefa968ea7.tar.gz
Document incompatible API change which happened
in 2.4.7. The change affects third party modules using the mod_proxy shared memory structure proxy_worker_shared. Examples are third party balancer lbmethod modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1738184 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_mmn.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index 8a28919a77..999388c384 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -423,7 +423,10 @@
* 20120211.26 (2.4.7-dev) Add util_fcgi.h, FastCGI protocol support
* 20120211.27 (2.4.7-dev) Add ap_podx_restart_t and ap_mpm_podx_*
* 20120211.28 (2.4.7-dev) Add ap_regname
- * 20120211.29 (2.4.7-dev) Add uds_path to proxy_conn_rec
+ * 20120211.29 (2.4.7-dev) Add uds_path to proxy_conn_rec and proxy_worker_shared.
+ * The change to proxy_worker_shared is an
+ * unintended API break, especially for balancer
+ * lbmethod modules.
* 20120211.30 (2.4.7-dev) REWRITE_REDIRECT_HANDLER_NAME in mod_rewrite.h
* 20120211.31 (2.4.7-dev) Add ap_proxy_port_of_scheme()
* 20120211.32 (2.4.10-dev) Add SSL reusable SNI to mod_proxy.h's proxy_conn_rec