diff options
author | Graham Leggett <minfrin@apache.org> | 2016-06-14 00:33:35 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2016-06-14 00:33:35 +0200 |
commit | 75b17584442b34dfa6063b91311427d8fb35da0f (patch) | |
tree | 231ff8c74178209b905cf30bd8a96cbb01b02384 /include/ap_mmn.h | |
parent | backported to 2.4.21-dev (diff) | |
download | apache2-75b17584442b34dfa6063b91311427d8fb35da0f.tar.xz apache2-75b17584442b34dfa6063b91311427d8fb35da0f.zip |
Allow other modules to become providers and add ACLs
to the DAV response. Requires apr-util v1.6+.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748322 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index e6d23d37fa..c4c4188b01 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -530,6 +530,8 @@ * dav_finish_multistatus, dav_send_multistatus, * dav_handle_err, dav_failed_proppatch, * dav_success_proppatch. + * 20160608.4 (2.5.0-dev) Add dav_acl_provider, dav_acl_provider_register + * dav_get_acl_providers. */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -537,7 +539,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20160608 #endif -#define MODULE_MAGIC_NUMBER_MINOR 3 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 4 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |