From 250c3f4f705cfb10e1054b0573e3bdc9fe9afcad Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 11 Nov 2018 08:22:48 +0000 Subject: [PATCH] CHANGES related to r1842010. I have choosen "unlikely" because this bug has been around for ever ([1]) and the pool is only "cleared"; that is to say, the data is still valid, but the memory *could* be re-used. [1]: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/dav/main/mod_dav.c?revision=85717&view=markup&sortby=date#l1610 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1846339 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 51e602ae27..6397342b59 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) 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] -- 2.50.1