]> granicus.if.org Git - apache/commitdiff
* Add missing CHANGES entry for r1757662.
authorRuediger Pluem <rpluem@apache.org>
Thu, 25 Aug 2016 11:43:55 +0000 (11:43 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 25 Aug 2016 11:43:55 +0000 (11:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757663 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 3dd202d463a1f28a4f4097e30dcd51344e13b3ae..5285016ba68e86bdf3fb689ef5ab2e0184a83222 100644 (file)
--- 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 <zdeno@scnet.sk>]
+
   *) 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]