From: Ruediger Pluem Date: Tue, 25 Sep 2007 14:01:32 +0000 (+0000) Subject: * Add missing CHANGES entry for PR 39907 (r575708) X-Git-Tag: 2.2.7~377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25ce75e7c3829298968d8e2fdf32a286eafc9b7c;p=thirdparty%2Fapache%2Fhttpd.git * Add missing CHANGES entry for PR 39907 (r575708) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@579251 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a9b8b0631f6..a553349d9a5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.2.7 + *) mod_proxy_balancer: Do not reset lbstatus, lbfactor and lbset when + starting a new child. + PR 39907 [Vinicius Petrucci , Ruediger Pluem] + *) mod_proxy_http: Propagate Proxy-Authorization header correctly. PR 25947 [Nick Kew]