]> granicus.if.org Git - apache/commitdiff
Chop historic notes no longer relevant since 2.2 release.
authorNick Kew <niq@apache.org>
Mon, 29 May 2006 11:59:39 +0000 (11:59 +0000)
committerNick Kew <niq@apache.org>
Mon, 29 May 2006 11:59:39 +0000 (11:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410082 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_filter.c

index 383b64a6aa8f569cc13fc311934a47619c26297b..b085491400fc7fbda25ab8eed4dace949bf2c9b7 100644 (file)
  * limitations under the License.
  */
 
-/* Originally contributed by Nick Kew <nick webthing.com>
- *
- * At the time of writing, this is designed primarily for use with
- * httpd 2.2, but is also back-compatible with 2.0.  It is likely
- * that the 2.0 and 2.2 versions may diverge in future, as additional
- * capabilities for 2.2 are added, including updates to util_filter.
- *
- * 21/9/04: Unifying data structures with util_filter.
- * From now on, until and unless we backport, mod_filter requires
- * util_filter.h from CVS or httpd-2.1+ to compile.
- * There's a minimal patch for httpd-2.0 users maintained by Nick
- * to compile mod_filter at http://www.apache.org/~niq/
- */
-
 #define APR_WANT_STRFUNC
 #include "apr_want.h"
 #include "apr_lib.h"