From: Yann Ylavic Date: Thu, 2 Jul 2020 00:25:32 +0000 (+0000) Subject: Follow up to r1879419: CHANGES entry. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e1b133867d80fd8cebeae592855b5211de915e9;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1879419: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879421 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8f46b42a818..36961f50002 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_proxy_http: add asynchronous handling of Upgrade(d) protocols, + where idle connections are returned to the MPM and rescheduled on + another thread when ready. [Yann Ylavic] + *) mod_dav: Add method_precondition hook. WebDAV extensions define conditions that must exist before a WebDAV method can be executed. This hook allows a WebDAV extension to verify these preconditions.