From: Christophe Jaillet Date: Wed, 14 Feb 2018 22:15:37 +0000 (+0000) Subject: Add CHANGES entry X-Git-Tag: 2.5.0-alpha2-ci-test-only~2866 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=051a9879b9547fe52c7590cc9ce8fcf1a2cb387e;p=thirdparty%2Fapache%2Fhttpd.git Add CHANGES entry git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824270 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e256b8b0c32..38ec584cc3d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) logresolve: Fix incorrect behavior or segfault if -c flag is used + Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823259 + *) mod_proxy: Provide an RFC1035 compliant version of the hostname in the proxy_worker_shared structure. PR62085 [Graham Leggett]