Return-Path: Delivered-To: apmail-avro-commits-archive@www.apache.org Received: (qmail 23944 invoked from network); 16 Feb 2011 01:30:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2011 01:30:19 -0000 Received: (qmail 14218 invoked by uid 500); 16 Feb 2011 01:30:19 -0000 Delivered-To: apmail-avro-commits-archive@avro.apache.org Received: (qmail 14176 invoked by uid 500); 16 Feb 2011 01:30:18 -0000 Mailing-List: contact commits-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list commits@avro.apache.org Received: (qmail 14150 invoked by uid 99); 16 Feb 2011 01:30:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 01:30:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 01:30:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B86E623889EA; Wed, 16 Feb 2011 01:29:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1071120 - /avro/trunk/CHANGES.txt Date: Wed, 16 Feb 2011 01:29:55 -0000 To: commits@avro.apache.org From: scottcarey@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110216012955.B86E623889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: scottcarey Date: Wed Feb 16 01:29:55 2011 New Revision: 1071120 URL: http://svn.apache.org/viewvc?rev=1071120&view=rev Log: AVRO-764. Java: Bug in BinaryData.compare() with offset comparison. Modified: avro/trunk/CHANGES.txt Modified: avro/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1071120&r1=1071119&r2=1071120&view=diff ============================================================================== --- avro/trunk/CHANGES.txt (original) +++ avro/trunk/CHANGES.txt Wed Feb 16 01:29:55 2011 @@ -163,6 +163,7 @@ Avro 1.5.0 (unreleased) BUG FIXES AVRO-764. Java: Bug in BinaryData.compare() with offset comparison. + (Harsh J Chouraria via scottcarey) AVRO-743. Java: Performance Regression and memory pressure with GenericDatumReader. (scottcarey)