From: Ruediger Pluem Date: Tue, 2 Jul 2019 09:11:49 +0000 (+0000) Subject: * Backported in r1862410 X-Git-Tag: 2.5.0-alpha2-ci-test-only~1993 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243a338ca21c90790f9a9e8a8e29a34eae767caf;p=thirdparty%2Fapache%2Fhttpd.git * Backported in r1862410 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1862413 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2134b3472df..0bc5070db62 100644 --- a/CHANGES +++ b/CHANGES @@ -109,9 +109,6 @@ Changes with Apache 2.5.1 from the Include/IncludeOptional directives into a generic set of functions ap_dir_nofnmatch() and ap_dir_fnmatch(). [Graham Leggett] - *) mod_dav: Fix an unlikely time-window where some incorrect data could be returned - from a PROPFIND request [Ruediger Pluem] - *) mod_ssl: Fix mod_authz provider for "require ssl" directive to check correctly on HTTP/2 connections. Fixes PR 62654. [Stefan Eissing]