diff options
author | Graham Leggett <minfrin@apache.org> | 2020-07-03 10:29:56 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2020-07-03 10:29:56 +0200 |
commit | 06af945548afc700e18e60bfcf1cecbe31c62287 (patch) | |
tree | 56b4f3d8d9a50923340b371c02b5a66a63f1757f /CHANGES | |
parent | Be defensive when calculating the digest. Make sure the offset is initialised (diff) | |
download | apache2-06af945548afc700e18e60bfcf1cecbe31c62287.tar.xz apache2-06af945548afc700e18e60bfcf1cecbe31c62287.zip |
mod_dav: Allow other DAV modules to use dav_get_resource().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879466 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_dav: Allow other DAV modules to use dav_get_resource(). + [Graham Leggett] + *) mpm_common: remove ap_mpm_unregister_poll_callback() and mpm_unregister_poll_callback hook. [Yann Ylavic] |