From: Ruediger Pluem Date: Sun, 9 Dec 2007 15:13:11 +0000 (+0000) Subject: * These one have been backported. X-Git-Tag: 2.3.0~1162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5748b7ee60829b4d7ced8da957b1a276e567dc86;p=apache * These one have been backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@602682 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8e168b3d1c..1b08894473 100644 --- a/CHANGES +++ b/CHANGES @@ -50,9 +50,6 @@ Changes with Apache 2.3.0 or remote port can be logged. PR 43415. [Adam Hasselbalch Hansen , 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 @@ Changes with Apache 2.3.0 *) 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 ] @@ -86,9 +79,6 @@ Changes with Apache 2.3.0 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). [William Rowe, Sander Temme]