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 34EA29EFC for ; Wed, 11 Jan 2012 08:56:23 +0000 (UTC) Received: (qmail 61508 invoked by uid 500); 11 Jan 2012 08:56:22 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 61467 invoked by uid 500); 11 Jan 2012 08:55:57 -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 60260 invoked by uid 99); 11 Jan 2012 08:55:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 08:55:47 +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.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 08:55:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DD0635505B; Wed, 11 Jan 2012 08:55:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: slebresne@apache.org To: commits@cassandra.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Fix changelog/news and update version for 1.0.7 release Message-Id: <20120111085522.DD0635505B@tyr.zones.apache.org> Date: Wed, 11 Jan 2012 08:55:22 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/cassandra-1.0 10a8f6778 -> d10da1552 Fix changelog/news and update version for 1.0.7 release Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d10da155 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d10da155 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d10da155 Branch: refs/heads/cassandra-1.0 Commit: d10da15526cef59ee4837930eb1a2c185bab2e7e Parents: 10a8f67 Author: Sylvain Lebresne Authored: Wed Jan 11 09:54:59 2012 +0100 Committer: Sylvain Lebresne Committed: Wed Jan 11 09:54:59 2012 +0100 ---------------------------------------------------------------------- CHANGES.txt | 6 ++++++ NEWS.txt | 15 +++++++++++++++ build.xml | 2 +- debian/changelog | 6 ++++++ 4 files changed, 28 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/d10da155/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index b31f3a0..c0f2c66 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -20,6 +20,12 @@ * Fix assertion error for CF with gc_grace=0 (CASSANDRA-3579) * Shutdown ParallelCompaction reducer executor after use (CASSANDRA-3711) * Avoid < 0 value for pending tasks in leveled compaction (CASSANDRA-3693) + * Support TimeUUID in CassandraStorage (CASSANDRA-3327) + * Check schema is ready before continuin boostrapping (CASSANDRA-3629) + * Catch overflows during parsing of chunk_length_kb (CASSANDRA-3644) + * Improve stream protocol mismatch errors (CASSANDRA-3652) + * Avoid multiple thread doing HH to the same target (CASSANDRA-3681) + * Add JMX property for rp_timeout_in_ms (CASSANDRA-2940) Merged from 0.8: * avoid logging (harmless) exception when GC takes < 1ms (CASSANDRA-3656) * prevent new nodes from thinking down nodes are up forever (CASSANDRA-3626) http://git-wip-us.apache.org/repos/asf/cassandra/blob/d10da155/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 6d95650..2356faa 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -8,6 +8,14 @@ upgrade, just in case you need to roll back to the previous version. (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.7 +===== + +Upgrading +--------- + - Nothing specific to 1.0.7, please report to instruction for 1.0.6 + + 1.0.6 ===== @@ -21,6 +29,13 @@ Upgrading 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. +Other +----- + - Adds new setstreamthroughput to nodetool to configure streaming + throttling + - Adds JMX property to get/set rpc_timeout_in_ms at runtime + - Allow configuring (per-CF) bloom_filter_fp_chance + 1.0.5 ===== http://git-wip-us.apache.org/repos/asf/cassandra/blob/d10da155/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 0cb7f9e..7169ff0 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + http://git-wip-us.apache.org/repos/asf/cassandra/blob/d10da155/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index 9047f19..70578c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (1.0.7) unstable; urgency=low + + * New release + + -- Sylvain Lebresne Wed, 11 Jan 2012 09:53:43 +0100 + cassandra (1.0.6) unstable; urgency=low * New release