From: Christophe Jaillet Date: Sat, 19 Nov 2022 16:00:03 +0000 (+0000) Subject: Add a change entry for r1905229 X-Git-Tag: 2.5.0-alpha2-ci-test-only~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf9197926e25d11d8786df3dd39cb1b931f11b5;p=thirdparty%2Fapache%2Fhttpd.git Add a change entry for r1905229 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1905404 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/DAVReadOnly_in_dav_method_propfind.txt b/changes-entries/DAVReadOnly_in_dav_method_propfind.txt new file mode 100644 index 00000000000..b018ae89503 --- /dev/null +++ b/changes-entries/DAVReadOnly_in_dav_method_propfind.txt @@ -0,0 +1,2 @@ + *) mod_dav: Open the lock database read-only when possible. + PR 36636 [Wilson Felipe , manu]