Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 15115 invoked from network); 29 Sep 2009 03:40:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Sep 2009 03:40:57 -0000 Received: (qmail 87646 invoked by uid 500); 29 Sep 2009 03:40:57 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 87603 invoked by uid 500); 29 Sep 2009 03:40:57 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 87593 invoked by uid 99); 29 Sep 2009 03:40:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 03:40:57 +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; Tue, 29 Sep 2009 03:40:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D1ADF2388874; Tue, 29 Sep 2009 03:40:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r819824 - /incubator/cassandra/branches/cassandra-0.4/CHANGES.txt Date: Tue, 29 Sep 2009 03:40:35 -0000 To: cassandra-commits@incubator.apache.org From: jbellis@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090929034035.D1ADF2388874@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jbellis Date: Tue Sep 29 03:40:35 2009 New Revision: 819824 URL: http://svn.apache.org/viewvc?rev=819824&view=rev Log: update CHANGES Modified: incubator/cassandra/branches/cassandra-0.4/CHANGES.txt Modified: incubator/cassandra/branches/cassandra-0.4/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.4/CHANGES.txt?rev=819824&r1=819823&r2=819824&view=diff ============================================================================== --- incubator/cassandra/branches/cassandra-0.4/CHANGES.txt (original) +++ incubator/cassandra/branches/cassandra-0.4/CHANGES.txt Tue Sep 29 03:40:35 2009 @@ -1,3 +1,12 @@ +0.4.1 + * Fix FlushPeriod columnfamily configuration regression + (CASSANDRA-455) + * Fix long column name support (CASSANDRA-460) + * Fix for serializing a row that only contains tombstones + (CASSANDRA-458) + * Fix for discarding unneeded commitlog segments (CASSANDRA-459) + + 0.4.0 * fix get_key_range problems when a node is down (CASSANDRA-440) and add UnavailableException to more Thrift methods