You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2006/04/14 15:26:36 UTC

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

Author: rpluem
Date: Fri Apr 14 06:26:34 2006
New Revision: 394092

URL: http://svn.apache.org/viewcvs?rev=394092&view=rev
Log:
* Sync with 2.2.x CHANGES

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=394092&r1=394091&r2=394092&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Fri Apr 14 06:26:34 2006
@@ -11,16 +11,6 @@
   *) htdbm: Fix crash processing -d option in 64-bit mode on HP-UX.
      [Jeff Trawick]
 
-  *) htdbm: Warn the user when adding a plaintext password on a platform
-     where it wouldn't work with the server (i.e., anywhere that has
-     crypt()).  [Jeff Trawick]
-
-  *) mod_proxy: Forward proxy requests created by mod_rewrite to the correct
-     backend server. PR 39253. [Ruediger Pluem]
-
-  *) Default handler: Don't return output filter apr_status_t values.
-     PR 31759.  [Jeff Trawick, Ruediger Pluem, Joe Orton]
-
   *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
      [Chris Darroch <chrisd pearsoncmg.com>]
 
@@ -34,9 +24,6 @@
   *) Respect GracefulShutdownTimeout in the worker and event MPMs.
      [Chris Darroch <chrisd pearsoncmg.com>, Garrett Rooney]
 
-  *) core: Reject invalid Expect header immediately. PR 38123.
-     [Ruediger Pluem]
-
   *) Authz: Add the new module mod_authn_core that will provide common
      authn directives such as 'AuthType', 'AuthName'.  Move the directives
      'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias 
@@ -100,6 +87,18 @@
      allowing string-valued client certificate attributes to be used for
      access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
      [Martin Kraemer, David Reid]
+
+Changes with Apache 2.2.2
+
+  *) htdbm: Warn the user when adding a plaintext password on a platform
+     where it wouldn't work with the server (i.e., anywhere that has
+     crypt()).  [Jeff Trawick]
+
+  *) mod_proxy: don't reuse a connection that may be to the wrong backend
+     PR 39253 [Ruediger Pluem]
+
+  *) Default handler: Don't return output filter apr_status_t values.
+     PR 31759.  [Jeff Trawick, Ruediger Pluem, Joe Orton]
 
 Changes with Apache 2.2.1