summaryrefslogtreecommitdiff
path: root/include/ap_mmn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r--include/ap_mmn.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index 0d88c3f5e5..7cc2bcb812 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -682,14 +682,23 @@
* 20210531.4 (2.5.1-dev) Add ap_create_connection
* 20210531.5 (2.5.1-dev) Add ap_pre_connection
* 20210531.6 (2.5.1-dev) Add proxy_tunnel_conn_t
+ * 20210924.0 (2.5.1-dev) Restore ap_proxy_transfer_between_connections()
+ * interface back to before 20210506.0 (that MAJOR bump
+ * cancelled), axe ap_proxy_tunnel_conn_get_read()
+ * and ap_proxy_tunnel_conn_get_transferred() and add
+ * ap_proxy_tunnel_conn_bytes_in() and
+ * ap_proxy_tunnel_conn_bytes_out() as replacement
+ * (this MAJOR bump). Overall there is no MAJOR bumb
+ * for 20210506.0 + 20210924.0, MINOR bump only for
+ * adding ap_proxy_tunnel_conn_bytes_{in,out}().
*/
#define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
#ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20210531
+#define MODULE_MAGIC_NUMBER_MAJOR 20210924
#endif
-#define MODULE_MAGIC_NUMBER_MINOR 6 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */
/**
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a