From: Ruediger Pluem Date: Thu, 25 Aug 2016 11:43:55 +0000 (+0000) Subject: * Add missing CHANGES entry for r1757662. X-Git-Tag: 2.5.0-alpha~1204 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f6791a582a5df44bce9eeba24facea7c14e87b2;p=thirdparty%2Fapache%2Fhttpd.git * Add missing CHANGES entry for r1757662. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757663 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 3dd202d463a..5285016ba68 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_proxy_hcheck: Set health check URI and expression correctly for health + check worker. PR 60038 [zdeno ] + *) mod_cache: Use the actual URI path and query-string for identifying the cached entity (key), such that rewrites are taken into account when running afterwards (CacheQuickHandler off). PR 21935. [Yann Ylavic]