Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 9994 invoked from network); 28 Sep 2005 21:43:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2005 21:43:09 -0000 Received: (qmail 78091 invoked by uid 500); 28 Sep 2005 21:43:08 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 78066 invoked by uid 500); 28 Sep 2005 21:43:08 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 78053 invoked by uid 99); 28 Sep 2005 21:43:08 -0000 X-ASF-Spam-Status: No, hits=-9.8 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; Wed, 28 Sep 2005 14:43:07 -0700 Received: (qmail 9950 invoked by uid 65534); 28 Sep 2005 21:42:47 -0000 Message-ID: <20050928214247.9949.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r292324 - /apr/apr-iconv/trunk/CHANGES Date: Wed, 28 Sep 2005 21:42:46 -0000 To: commits@apr.apache.org From: wrowe@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: wrowe Date: Wed Sep 28 14:42:44 2005 New Revision: 292324 URL: http://svn.apache.org/viewcvs?rev=292324&view=rev Log: Sync CHANGES Modified: apr/apr-iconv/trunk/CHANGES Modified: apr/apr-iconv/trunk/CHANGES URL: http://svn.apache.org/viewcvs/apr/apr-iconv/trunk/CHANGES?rev=292324&r1=292323&r2=292324&view=diff ============================================================================== --- apr/apr-iconv/trunk/CHANGES (original) +++ apr/apr-iconv/trunk/CHANGES Wed Sep 28 14:42:44 2005 @@ -4,6 +4,9 @@ Changes with APR-ICONV 1.1.0 + *) Correctly resolve to APR-1.0, never APR-0.9 in ./buildconf + [William Rowe] + *) APR_ICONV1_PATH distinguishes between our apr-iconv 0.9 and 1.x flavors (the pool arguments to several internal functions changed in 1.0, so the loadable charset modules are not binary compatible.)