Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4BABD200CC5 for ; Tue, 11 Jul 2017 20:29:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4AA81166DE9; Tue, 11 Jul 2017 18:29:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 90C58166DE7 for ; Tue, 11 Jul 2017 20:29:27 +0200 (CEST) Received: (qmail 31193 invoked by uid 500); 11 Jul 2017 18:29:26 -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 30670 invoked by uid 99); 11 Jul 2017 18:29:25 -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; Tue, 11 Jul 2017 18:29:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A26B7DFEF5; Tue, 11 Jul 2017 18:29:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aweisberg@apache.org To: commits@cassandra.apache.org Date: Tue, 11 Jul 2017 18:29:28 -0000 Message-Id: <5e53210bd54a4499b3d1cf2e72d60dee@git.apache.org> In-Reply-To: <3e9a65235e59440cb19ce2fd2d519108@git.apache.org> References: <3e9a65235e59440cb19ce2fd2d519108@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/6] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.11 archived-at: Tue, 11 Jul 2017 18:29:28 -0000 Merge branch 'cassandra-3.0' into cassandra-3.11 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e406700c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e406700c Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e406700c Branch: refs/heads/cassandra-3.11 Commit: e406700cf1118d30e2ef3230882020739eecac89 Parents: 48ffad8 2400d07 Author: Ariel Weisberg Authored: Tue Jul 11 14:10:55 2017 -0400 Committer: Ariel Weisberg Committed: Tue Jul 11 14:16:59 2017 -0400 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ build.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++----- circle.yml | 2 +- 3 files changed, 56 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/e406700c/CHANGES.txt ---------------------------------------------------------------------- diff --cc CHANGES.txt index a66f4b3,ce2324d..dc22831 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,10 -1,10 +1,12 @@@ +3.11.1 + * Properly evict pstmts from prepared statements cache (CASSANDRA-13641) +Merged from 3.0: + 3.0.15 + * Set test.runners based on cores and memory size (CASSANDRA-13078) * Allow different NUMACTL_ARGS to be passed in (CASSANDRA-13557) - * Allow native function calls in CQLSSTableWriter (CASSANDRA-12606) * Fix secondary index queries on COMPACT tables (CASSANDRA-13627) * Nodetool listsnapshots output is missing a newline, if there are no snapshots (CASSANDRA-13568) - Merged from 2.2: +Merged from 2.2: * Fix toJSONString for the UDT, tuple and collection types (CASSANDRA-13592) * Fix nested Tuples/UDTs validation (CASSANDRA-13646) http://git-wip-us.apache.org/repos/asf/cassandra/blob/e406700c/build.xml ---------------------------------------------------------------------- diff --cc build.xml index c643b50,53c2cea..7a83949 --- a/build.xml +++ b/build.xml @@@ -1721,7 -1664,42 +1733,42 @@@ ]]> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - ++ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org