Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 7903 invoked from network); 29 May 2006 12:00:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 May 2006 12:00:02 -0000 Received: (qmail 81984 invoked by uid 500); 29 May 2006 12:00:01 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 81940 invoked by uid 500); 29 May 2006 12:00:01 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 81929 invoked by uid 99); 29 May 2006 12:00:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2006 05:00:01 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2006 05:00:00 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 981EF1A983A; Mon, 29 May 2006 04:59:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r410082 - /httpd/httpd/trunk/modules/filters/mod_filter.c Date: Mon, 29 May 2006 11:59:40 -0000 To: cvs@httpd.apache.org From: niq@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060529115940.981EF1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: niq Date: Mon May 29 04:59:39 2006 New Revision: 410082 URL: http://svn.apache.org/viewvc?rev=410082&view=rev Log: Chop historic notes no longer relevant since 2.2 release. Modified: httpd/httpd/trunk/modules/filters/mod_filter.c Modified: httpd/httpd/trunk/modules/filters/mod_filter.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_filter.c?rev=410082&r1=410081&r2=410082&view=diff ============================================================================== --- httpd/httpd/trunk/modules/filters/mod_filter.c (original) +++ httpd/httpd/trunk/modules/filters/mod_filter.c Mon May 29 04:59:39 2006 @@ -14,20 +14,6 @@ * limitations under the License. */ -/* Originally contributed by Nick Kew - * - * 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"