Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 58441 invoked from network); 20 Dec 2005 15:22:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Dec 2005 15:22:18 -0000 Received: (qmail 27916 invoked by uid 500); 20 Dec 2005 15:22:17 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 27752 invoked by uid 500); 20 Dec 2005 15:22:16 -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 27741 invoked by uid 99); 20 Dec 2005 15:22:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 07:22:16 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 20 Dec 2005 07:22:16 -0800 Received: (qmail 58008 invoked by uid 65534); 20 Dec 2005 15:21:55 -0000 Message-ID: <20051220152155.58007.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r358019 - in /httpd/mod_mbox/tags/0.2: CHANGES NOTICE Date: Tue, 20 Dec 2005 15:21:55 -0000 To: cvs@httpd.apache.org From: maxime@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: maxime Date: Tue Dec 20 07:21:50 2005 New Revision: 358019 URL: http://svn.apache.org/viewcvs?rev=358019&view=rev Log: Merged last changes back to the tag. This tag should now be ready to be released. Added: httpd/mod_mbox/tags/0.2/CHANGES - copied unchanged from r358018, httpd/mod_mbox/trunk/CHANGES Modified: httpd/mod_mbox/tags/0.2/NOTICE Modified: httpd/mod_mbox/tags/0.2/NOTICE URL: http://svn.apache.org/viewcvs/httpd/mod_mbox/tags/0.2/NOTICE?rev=358019&r1=358018&r2=358019&view=diff ============================================================================== --- httpd/mod_mbox/tags/0.2/NOTICE (original) +++ httpd/mod_mbox/tags/0.2/NOTICE Tue Dec 20 07:21:50 2005 @@ -3,16 +3,20 @@ Originally developed by Justin Erenkrantz, eBuilt. -The SLL sort in mbox_sort.c is based on the public-domain algorithm by Philip -J. Erdelsky (pje@acm.org). You may find the algorithm and notes at: - +The SLL sort in mbox_sort.c is based on the public-domain algorithm by +Philip J. Erdelsky (pje@acm.org). You may find the algorithm and +notes at: -The threading code in mbox_thread.c is based Jamie Zawinski's description of -the Netscape 3.x threading algorithm at: +The threading code in mbox_thread.c is based Jamie Zawinski's +description of the Netscape 3.x threading algorithm at: -The 'mime_decode_qp' and `mime_decode_b64' routine are taken from metamail 2.7, -which is copyright (c) 1991 Bell Communications Research, Inc. (Bellcore). +The 'mime_decode_qp' and `mime_decode_b64' routine are taken from +metamail 2.7, which is copyright (c) 1991 Bell Communications +Research, Inc. (Bellcore). + +This product includes software developed by Edward Rudd and Paul +Querna (http://www.outoforder.cc/). + +Most of mod_mbox development is now handled by Maxime Petazzoni. -This product includes software developed by Edward Rudd and -Paul Querna (http://www.outoforder.cc/).