Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 45385 invoked from network); 1 Jun 2010 18:00:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 18:00:21 -0000 Received: (qmail 12184 invoked by uid 500); 1 Jun 2010 18:00:21 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 12086 invoked by uid 500); 1 Jun 2010 18:00:21 -0000 Mailing-List: contact dev-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 dev@avro.apache.org Received: (qmail 12078 invoked by uid 99); 1 Jun 2010 18:00:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 18:00:21 +0000 X-ASF-Spam-Status: No, hits=-124.4 required=10.0 tests=AWL X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 01 Jun 2010 18:00:20 +0000 Received: (qmail 45080 invoked by uid 99); 1 Jun 2010 18:00:00 -0000 Received: from localhost.apache.org (HELO [192.168.168.109]) (127.0.0.1) (smtp-auth username cutting, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 18:00:00 +0000 Message-ID: <4C054A9F.7090804@apache.org> Date: Tue, 01 Jun 2010 10:59:59 -0700 From: Doug Cutting User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: dev@avro.apache.org Subject: Re: Cut 1.3.3? References: <4BFAC262.7070201@apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 06/01/2010 10:05 AM, Jeff Hammerbacher wrote: > I've merged in the Python patches for 1.3.3. I'm going to cut a 1.3.3 > release candidate on this Friday morning, June 4. Please merge any bug fixes > in by then. I suspect most of the following should be merged to 1.3: C: AVRO-502 Memory leak from parsing JSON schema. C++ AVRO-518 make check in c++ is broken because of typo AVRO-515 Fix build and compatibility problems Java: AVRO-524 DataFileWriter.appendTo leads to intermittent IOException AVRO-517 Resolving Decoder fails in some cases AVRO-499 reflection does not handle interfaces with overloaded methods Ruby: AVRO-554 data files created by ruby DataWriter are extremely large AVRO-500 ruby side dev packaging AVRO-489 ruby implementation should skip complex objects AVRO-461 ruby side cannot skip primitives AVRO-555 missing license header AVRO-450 Python - Ruby interoperability failing AVRO-516 ruby: buffer length should not be little-endian in socket rpc I'm happy to merge these Java issues to the 1.3 branch. Do we have volunteers for the others? Remember, in addition to merging the code changes, the CHANGES.txt in both the branch and trunk need to be updated, and the "fix version" for each issue needs to be updated in Jira. Doug