summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2020-07-05 13:52:06 +0200
committerGraham Leggett <minfrin@apache.org>2020-07-05 13:52:06 +0200
commitec6f9bc29de88ef8ae3d549bc7b379348d46a4eb (patch)
treea6036d0ae19336f7cee8d82bc76bf691b0b0beab /include
parentfr doc rebuild. (diff)
downloadapache2-ec6f9bc29de88ef8ae3d549bc7b379348d46a4eb.tar.xz
apache2-ec6f9bc29de88ef8ae3d549bc7b379348d46a4eb.zip
Extend method_precondition hook to be called during the PROPFIND
and LABEL walkers, once for each walked resource. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879522 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_mmn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index e1dade6f12..55df1a064b 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -653,12 +653,13 @@
* 20200702.2 (2.5.1-dev) Add dav_get_resource().
* 20200703.0 (2.5.1-dev) Remove ap_md5digest(), ap_md5contextTo64(),
* ContentDigest directive.
+ * 20200705.0 (2.5.1-dev) Update method_precondition hook.
*/
#define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
#ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20200703
+#define MODULE_MAGIC_NUMBER_MAJOR 20200705
#endif
#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */