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 1366311D41 for ; Mon, 30 Jun 2014 13:45:21 +0000 (UTC) Received: (qmail 93398 invoked by uid 500); 30 Jun 2014 13:45:20 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 93318 invoked by uid 500); 30 Jun 2014 13:45:20 -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 93051 invoked by uid 99); 30 Jun 2014 13:45:20 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2014 13:45:20 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CA23D91BC0C; Mon, 30 Jun 2014 13:45:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: benedict@apache.org To: commits@cassandra.apache.org Date: Mon, 30 Jun 2014 13:45:24 -0000 Message-Id: <3f95d908bc4a44b7849abb64043fb03f@git.apache.org> In-Reply-To: <7653c59a9a98411d9bb6dd0487abc40e@git.apache.org> References: <7653c59a9a98411d9bb6dd0487abc40e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [6/8] git commit: fix CHANGES.txt fix CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9a0ea530 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9a0ea530 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/9a0ea530 Branch: refs/heads/trunk Commit: 9a0ea530b0543506c3c6cf70db77d040f03e2056 Parents: 230053f Author: Benedict Elliott Smith Authored: Mon Jun 30 14:44:45 2014 +0100 Committer: Benedict Elliott Smith Committed: Mon Jun 30 14:44:45 2014 +0100 ---------------------------------------------------------------------- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/9a0ea530/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index f94f1a8..5711fc2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ * Improve schema merge performance (CASSANDRA-7444) * Fix NPE when unknown prepared statement ID is used (CASSANDRA-7454) * Adjust MT depth based on # of partition validating (CASSANDRA-5263) - + * Optimise NativeCell comparisons (CASSANDRA-6755) 2.1.0 * (Windows) handle spaces in path names (CASSANDRA-7451)