Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57A599CC4 for ; Sun, 11 Dec 2011 00:25:24 +0000 (UTC) Received: (qmail 43881 invoked by uid 500); 11 Dec 2011 00:25:24 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 43852 invoked by uid 500); 11 Dec 2011 00:25:24 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 43844 invoked by uid 99); 11 Dec 2011 00:25:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Dec 2011 00:25:24 +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; Sun, 11 Dec 2011 00:25:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6743A23888D2 for ; Sun, 11 Dec 2011 00:24:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1212944 - in /cassandra/branches/cassandra-1.0: .rat-excludes NEWS.txt build.xml debian/changelog Date: Sun, 11 Dec 2011 00:24:59 -0000 To: commits@cassandra.apache.org From: slebresne@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111211002459.6743A23888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: slebresne Date: Sun Dec 11 00:24:58 2011 New Revision: 1212944 URL: http://svn.apache.org/viewvc?rev=1212944&view=rev Log: Update news and version for 1.0.6 release Modified: cassandra/branches/cassandra-1.0/.rat-excludes cassandra/branches/cassandra-1.0/NEWS.txt cassandra/branches/cassandra-1.0/build.xml cassandra/branches/cassandra-1.0/debian/changelog Modified: cassandra/branches/cassandra-1.0/.rat-excludes URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/.rat-excludes?rev=1212944&r1=1212943&r2=1212944&view=diff ============================================================================== --- cassandra/branches/cassandra-1.0/.rat-excludes (original) +++ cassandra/branches/cassandra-1.0/.rat-excludes Sun Dec 11 00:24:58 2011 @@ -29,3 +29,4 @@ drivers/txpy/txcql/cassandra/* drivers/py/cql/cassandra/* doc/cql/CQL* build.properties.default +test/data/legacy-sstables/** Modified: cassandra/branches/cassandra-1.0/NEWS.txt URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/NEWS.txt?rev=1212944&r1=1212943&r2=1212944&view=diff ============================================================================== --- cassandra/branches/cassandra-1.0/NEWS.txt (original) +++ cassandra/branches/cassandra-1.0/NEWS.txt Sun Dec 11 00:24:58 2011 @@ -8,6 +8,20 @@ upgrade, just in case you need to roll b (Cassandra version X + 1 will always be able to read data files created by version X, but the inverse is not necessarily the case.) +1.0.6 +===== + +Upgrading +--------- + - This release fixes an issue related to the chunk_length_kb option for + compressed sstables. If you use compression on some column families, it + is recommended after the upgrade to check the value for this option on + these column families (the default value is 64). In case the option would + not be set correctly, you should update the column family definition, + setting the right value and then run scrub on the column family. + - Please report to instruction for 1.0.5 if coming from an older version. + + 1.0.5 ===== Modified: cassandra/branches/cassandra-1.0/build.xml URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/build.xml?rev=1212944&r1=1212943&r2=1212944&view=diff ============================================================================== --- cassandra/branches/cassandra-1.0/build.xml (original) +++ cassandra/branches/cassandra-1.0/build.xml Sun Dec 11 00:24:58 2011 @@ -25,7 +25,7 @@ - + Modified: cassandra/branches/cassandra-1.0/debian/changelog URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/debian/changelog?rev=1212944&r1=1212943&r2=1212944&view=diff ============================================================================== --- cassandra/branches/cassandra-1.0/debian/changelog (original) +++ cassandra/branches/cassandra-1.0/debian/changelog Sun Dec 11 00:24:58 2011 @@ -1,3 +1,9 @@ +cassandra (1.0.6) unstable; urgency=low + + * New release + + -- Sylvain Lebresne Sat, 10 Dec 2011 18:21:50 -0600 + cassandra (1.0.5) unstable; urgency=low * New release