diff options
author | Joe Orton <jorton@apache.org> | 2024-03-18 09:18:11 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-03-18 09:18:11 +0100 |
commit | 4c33c31214775bc21efb30b37fffa2b252ed8c86 (patch) | |
tree | e7c652a444a606197c780ffbb093e2fcc7ed3240 /changes-entries | |
parent | mod_systemd: if SELinux is available and enabled, log the SELinux (diff) | |
download | apache2-4c33c31214775bc21efb30b37fffa2b252ed8c86.tar.xz apache2-4c33c31214775bc21efb30b37fffa2b252ed8c86.zip |
Fix BrowserMatch for gvfs.
PR: 66148
Submitted by: Romain Tartière <romain blogreen.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/dav-browsermatch.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes-entries/dav-browsermatch.txt b/changes-entries/dav-browsermatch.txt index e49e16a1d7..81cc782ab1 100644 --- a/changes-entries/dav-browsermatch.txt +++ b/changes-entries/dav-browsermatch.txt @@ -1,3 +1,4 @@ *) mod_dav: Update redirect-carefully example BrowserMatch config to match more recent client versions. PR 66148, 67039. - [Michal Maloszewski <michal.maloszewski canonical.com>] + [Michal Maloszewski <michal.maloszewski canonical.com>, + Romain Tartière <romain blogreen.org>] |