Return-Path: Delivered-To: apmail-avro-commits-archive@www.apache.org Received: (qmail 50841 invoked from network); 8 Sep 2010 20:44:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Sep 2010 20:44:34 -0000 Received: (qmail 73722 invoked by uid 500); 8 Sep 2010 20:44:34 -0000 Delivered-To: apmail-avro-commits-archive@avro.apache.org Received: (qmail 73680 invoked by uid 500); 8 Sep 2010 20:44:34 -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 73672 invoked by uid 99); 8 Sep 2010 20:44:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 20:44:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 08 Sep 2010 20:44:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A860F23889EB; Wed, 8 Sep 2010 20:44:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r995245 - in /avro/branches/branch-1.4: CHANGES.txt share/VERSION.txt Date: Wed, 08 Sep 2010 20:44:13 -0000 To: commits@avro.apache.org From: cutting@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100908204413.A860F23889EB@eris.apache.org> Author: cutting Date: Wed Sep 8 20:44:13 2010 New Revision: 995245 URL: http://svn.apache.org/viewvc?rev=995245&view=rev Log: Prepare 1.4 branch for 1.4.1 development. Modified: avro/branches/branch-1.4/CHANGES.txt avro/branches/branch-1.4/share/VERSION.txt Modified: avro/branches/branch-1.4/CHANGES.txt URL: http://svn.apache.org/viewvc/avro/branches/branch-1.4/CHANGES.txt?rev=995245&r1=995244&r2=995245&view=diff ============================================================================== --- avro/branches/branch-1.4/CHANGES.txt (original) +++ avro/branches/branch-1.4/CHANGES.txt Wed Sep 8 20:44:13 2010 @@ -1,5 +1,11 @@ Avro Change Log +Avro 1.4.1 (unreleased) + + IMPROVEMENTS + + BUG FIXES + Avro 1.4.0 (31 August 2010) INCOMPATIBLE CHANGES Modified: avro/branches/branch-1.4/share/VERSION.txt URL: http://svn.apache.org/viewvc/avro/branches/branch-1.4/share/VERSION.txt?rev=995245&r1=995244&r2=995245&view=diff ============================================================================== --- avro/branches/branch-1.4/share/VERSION.txt (original) +++ avro/branches/branch-1.4/share/VERSION.txt Wed Sep 8 20:44:13 2010 @@ -1 +1 @@ -1.4.0 \ No newline at end of file +1.4.1-SNAPSHOT \ No newline at end of file