You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/12/07 17:59:42 UTC

svn commit: r354802 - /httpd/httpd/branches/2.2.x/CHANGES

Author: jorton
Date: Wed Dec  7 08:59:39 2005
New Revision: 354802

URL: http://svn.apache.org/viewcvs?rev=354802&view=rev
Log:
Fix change entry.

Modified:
    httpd/httpd/branches/2.2.x/CHANGES

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/CHANGES?rev=354802&r1=354801&r2=354802&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Wed Dec  7 08:59:39 2005
@@ -1,8 +1,10 @@
                                                         -*- 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.