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 09BDB18D29 for ; Fri, 7 Aug 2015 20:53:37 +0000 (UTC) Received: (qmail 99537 invoked by uid 500); 7 Aug 2015 20:53:36 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 99409 invoked by uid 500); 7 Aug 2015 20:53:36 -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 99379 invoked by uid 99); 7 Aug 2015 20:53:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2015 20:53:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9C193E0C07; Fri, 7 Aug 2015 20:53:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tylerhobbs@apache.org To: commits@cassandra.apache.org Date: Fri, 07 Aug 2015 20:53:37 -0000 Message-Id: <02d136a550b1416e9f71ca09ffd30454@git.apache.org> In-Reply-To: <873fb572c5e14fefadadd8f345f97b5d@git.apache.org> References: <873fb572c5e14fefadadd8f345f97b5d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/4] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2 Merge branch 'cassandra-2.1' into cassandra-2.2 Conflicts: CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/67903d77 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/67903d77 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/67903d77 Branch: refs/heads/trunk Commit: 67903d7789d88aebb524480ff9854c666ce3cace Parents: ce7159e 1e3f03e Author: Tyler Hobbs Authored: Fri Aug 7 15:52:47 2015 -0500 Committer: Tyler Hobbs Committed: Fri Aug 7 15:52:47 2015 -0500 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/67903d77/CHANGES.txt ---------------------------------------------------------------------- diff --cc CHANGES.txt index 0ed63f1,3b0241c..705e560 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,10 -1,6 +1,12 @@@ -2.1.9 +2.2.1 + * Add checksum to saved cache files (CASSANDRA-9265) + * Log warning when using an aggregate without partition key (CASSANDRA-9737) + * Avoid grouping sstables for anticompaction with DTCS (CASSANDRA-9900) + * UDF / UDA execution time in trace (CASSANDRA-9723) + * Fix broken internode SSL (CASSANDRA-9884) +Merged from 2.1: + * (cqlsh) Fix timestamps before 1970 on Windows, always + use UTC for timestamp display (CASSANDRA-10000) * (cqlsh) Avoid overwriting new config file with old config when both exist (CASSANDRA-9777) * Release snapshot selfRef when doing snapshot repair (CASSANDRA-9998)