From: Joe Orton Date: Wed, 7 Dec 2005 16:59:39 +0000 (+0000) Subject: Fix change entry. X-Git-Tag: 2.2.1~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c177bc7ebbcf911c3735a9ec99c23cfe27edae;p=thirdparty%2Fapache%2Fhttpd.git Fix change entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354802 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b8623e7d0dc..baf0d3d3cdd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,11 @@ -*- coding: utf-8 -*- -Changes with Apache 2.2.0 +Changes with Apache 2.2.1 *) Preserve the Content-Length header for a proxied HEAD response. PR 18757. [Greg Ames] +Changes with Apache 2.2.0 + *) mod_negotiation: Minor performance tweak by reusing already calculated strlen. [Ruediger Pluem, Christophe Jaillet ]