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 2007/12/09 16:13:12 UTC

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

Author: rpluem
Date: Sun Dec  9 07:13:11 2007
New Revision: 602682

URL: http://svn.apache.org/viewvc?rev=602682&view=rev
Log:
* These one have been backported.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=602682&r1=602681&r2=602682&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sun Dec  9 07:13:11 2007
@@ -50,9 +50,6 @@
      or remote port can be logged.  PR 43415.  [Adam Hasselbalch Hansen 
      <ah...@one.com>, Ruediger Pluem, Jeff Trawick]
 
-  *) mod_rewrite: Add the novary flag to RewriteCond.
-     [Ruediger Pluem]
-
   *) mod_include: Add an "if" directive syntax to test whether an URL
      is accessible, and if so, conditionally display content. This
      allows a webmaster to hide a link to a private page when the user
@@ -69,10 +66,6 @@
 
   *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
 
-  *) mod_substitute: Added a new experimental output filter, which
-     performs inline response content pattern matching (including
-     regex) and substitution.  [Jim Jagielski]
-
   *) ab: Add -r option to continue after socket receive errors. 
      [Filip Hanik <devlist hanik.com>]
 
@@ -85,9 +78,6 @@
      minimal set of distinct configurations and share connection pools
      whenever possible.  Allow virtual hosts to override inherited SQL
      statements.  PR 41302.  [Chris Darroch]
-
-  *) core: Fix broken chunk filtering that causes all non blocking reads to be
-     converted into blocking reads.  PR 41056. [Jean-Frederic Clere, Jim Jagielski]
 
   *) apxs: Enhance -q flag to print all known variables and their values
      when invoked without variable name(s).