You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2005/04/10 16:05:20 UTC

svn commit: r160774 - httpd/httpd/trunk/CHANGES

Author: striker
Date: Sun Apr 10 07:05:19 2005
New Revision: 160774

URL: http://svn.apache.org/viewcvs?view=rev&rev=160774
Log:
* CHANGES

  Update to reflect changes on 2.0.x due to backports.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?view=diff&r1=160773&r2=160774
==============================================================================
--- httpd/httpd/trunk/CHANGES (original)
+++ httpd/httpd/trunk/CHANGES Sun Apr 10 07:05:19 2005
@@ -243,9 +243,6 @@
   *) core: Add a warning message if the request line read fails.
      [Paul Querna]
 
-  *) mod_cache: Add CacheIgnoreHeaders directive.  PR 30399.
-     [Rüiger Plü <r.pluem t-online.de>]
-
   *) mod_rewrite: Removed the MaxRedirects option in favor of the
      core LimitInternalRecursion directive.  [André Malo]
 
@@ -645,6 +642,9 @@
 
 Changes with Apache 2.0.54
 
+  *) mod_cache: Add CacheIgnoreHeaders directive.  PR 30399.
+     [Rüiger Plü <r.pluem t-online.de>]
+
   *) mod_ldap: Added the directive LDAPConnectionTimeout to configure
      the ldap socket connection timeout value.  
      [Brad Nicholes]
@@ -658,6 +658,9 @@
   *) Remove formatting characters from ap_log_error() calls.  These
      were escaped as fallout from CAN-2003-0020.
      [Eric Covener <ecovener gmail.com>]
+
+  *) mod_ssl: If SSLUsername is used, set r->user earlier.  PR 31418.
+     [David Reid]
 
   *) htdigest: Fix permissions of created files.  PR 33765.  [Joe Orton]