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 2010/03/01 11:27:11 UTC

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

Author: rpluem
Date: Mon Mar  1 10:27:11 2010
New Revision: 917448

URL: http://svn.apache.org/viewvc?rev=917448&view=rev
Log:
* Add module names affected by the changes where missing.

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

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?rev=917448&r1=917447&r2=917448&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Mon Mar  1 10:27:11 2010
@@ -2,7 +2,7 @@
 Changes with Apache 2.2.15
 
   *) SECURITY: CVE-2009-3555 (cve.mitre.org)
-     A partial fix for the TLS renegotiation prefix injection attack by
+     mod_ssl: A partial fix for the TLS renegotiation prefix injection attack by
      rejecting any client-initiated renegotiations. Forcibly disable keepalive
      for the connection if there is any buffered data readable. Any
      configuration which requires renegotiation for per-directory/location
@@ -33,10 +33,10 @@
   *) mod_log_config: Add the R option to log the handler used within the
      request. [Christian Folini <christian.folini netnea com>]
 
-  *) Allow fine control over the removal of Last-Modified and ETag headers
-     within the INCLUDES filter, making it possible to cache responses if
-     desired. Fix the default value of the SSIAccessEnable directive.
-     [Graham Leggett]
+  *) mod_include: Allow fine control over the removal of Last-Modified and
+     ETag headers within the INCLUDES filter, making it possible to cache
+     responses if desired. Fix the default value of the SSIAccessEnable
+     directive. [Graham Leggett]
 
   *) mod_ssl: Add the 'SSLInsecureRenegotiation' directive, which
      allows insecure renegotiation with clients which do not yet
@@ -70,7 +70,7 @@
      password now result in an informational level log entry instead of 
      warning level.  [Eric Covener]
 
-  *) Preserve Port information over internal redirects
+  *) core: Preserve Port information over internal redirects
      PR 35999 [Jonas Ringh <jonas.ringh cixit.se>]
 
   *) mod_filter: fix FilterProvider matching where "dispatch" string
@@ -83,7 +83,7 @@
   *) mod_mime: Make RemoveType override the info from TypesConfig.
      PR 38330. [Stefan Fritsch]
 
-  *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE,
+  *) mod_proxy: unable to connect to a backend is SERVICE_UNAVAILABLE,
      rather than BAD_GATEWAY or (especially) NOT_FOUND.
      PR 46971 [evanc nortel.com]
 
@@ -114,7 +114,7 @@
   *) mod_mime: Detect invalid use of MultiviewsMatch inside Location and
      LocationMatch sections.  PR 47754.  [Dan Poirier]
 
-  *) ab, mod_ssl: Restore compatibility with OpenSSL < 0.9.7g. 
+  *) ab, mod_ssl: Restore compatibility with OpenSSL < 0.9.7g.
      [Guenter Knauf]
 
 Changes with Apache 2.2.14