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 704A5DC2C for ; Thu, 27 Dec 2012 15:11:17 +0000 (UTC) Received: (qmail 61023 invoked by uid 500); 27 Dec 2012 15:11:16 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 60899 invoked by uid 500); 27 Dec 2012 15:11:16 -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 60771 invoked by uid 99); 27 Dec 2012 15:11:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 15:11:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7DFA6820654; Thu, 27 Dec 2012 15:11:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jbellis@apache.org To: commits@cassandra.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [10/13] git commit: Merge branch 'cassandra-1.1' into cassandra-1.2.0 Message-Id: <20121227151115.7DFA6820654@tyr.zones.apache.org> Date: Thu, 27 Dec 2012 15:11:15 +0000 (UTC) Merge branch 'cassandra-1.1' into cassandra-1.2.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/65b377f7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/65b377f7 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/65b377f7 Branch: refs/heads/trunk Commit: 65b377f73e79d47ff7c5b4ee046951c953e00da7 Parents: 986893e 3d01ec7 Author: Jonathan Ellis Authored: Thu Dec 27 10:10:00 2012 -0500 Committer: Jonathan Ellis Committed: Thu Dec 27 10:10:28 2012 -0500 ---------------------------------------------------------------------- CHANGES.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/65b377f7/CHANGES.txt ---------------------------------------------------------------------- diff --cc CHANGES.txt index 45b0b5b,55a6bb5..c4c2407 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,20 -1,7 +1,21 @@@ -1.1.9 - * Improve handling a changing target throttle rate mid-compaction (CASSANDRA-5087) +1.2.0 + * Disallow counters in collections (CASSANDRA-5082) + ++ +1.2.0-rc2 + * fix nodetool ownership display with vnodes (CASSANDRA-5065) + * cqlsh: add DESCRIBE KEYSPACES command (CASSANDRA-5060) + * Fix potential infinite loop when reloading CFS (CASSANDRA-5064) + * Fix SimpleAuthorizer example (CASSANDRA-5072) + * cqlsh: force CL.ONE for tracing and system.schema* queries (CASSANDRA-5070) + * Includes cassandra-shuffle in the debian package (CASSANDRA-5058) +Merged from 1.1: * fix multithreaded compaction deadlock (CASSANDRA-4492) + * fix temporarily missing schema after upgrade from pre-1.1.5 (CASSANDRA-5061) + * Fix ALTER TABLE overriding compression options with defaults + (CASSANDRA-4996, 5066) * fix specifying and altering crc_check_chance (CASSANDRA-5053) + * fix Murmur3Partitioner ownership% calculation (CASSANDRA-5076) * Don't expire columns sooner than they should in 2ndary indexes (CASSANDRA-5079)