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 16D23200C21 for ; Mon, 20 Feb 2017 18:09:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 156B2160B73; Mon, 20 Feb 2017 17:09:22 +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 837B2160B58 for ; Mon, 20 Feb 2017 18:09:21 +0100 (CET) Received: (qmail 42352 invoked by uid 500); 20 Feb 2017 17:09: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 42340 invoked by uid 99); 20 Feb 2017 17:09:20 -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; Mon, 20 Feb 2017 17:09:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 64A02DFDD1; Mon, 20 Feb 2017 17:09:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bdeggleston@apache.org To: commits@cassandra.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cassandra git commit: ninja: add missing CHANGES.txt entries Date: Mon, 20 Feb 2017 17:09:20 +0000 (UTC) archived-at: Mon, 20 Feb 2017 17:09:22 -0000 Repository: cassandra Updated Branches: refs/heads/trunk 27efbf2fc -> 0ae0495ea ninja: add missing CHANGES.txt entries Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0ae0495e Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0ae0495e Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0ae0495e Branch: refs/heads/trunk Commit: 0ae0495eaaee83b0e34ff90ec3c4f74f3395b0de Parents: 27efbf2 Author: Blake Eggleston Authored: Mon Feb 20 09:08:56 2017 -0800 Committer: Blake Eggleston Committed: Mon Feb 20 09:08:56 2017 -0800 ---------------------------------------------------------------------- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0ae0495e/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 893dd74..cac380a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,7 @@ 4.0 + * Don't flush sstables when streaming for incremental repair (CASSANDRA-13226) + * Remove unused method (CASSANDRA-13227) + * Fix minor bugs related to #9143 (CASSANDRA-13217) * Output warning if user increases RF (CASSANDRA-13079) * Remove pre-3.0 streaming compatibility code for 4.0 (CASSANDRA-13081) * Add support for + and - operations on dates (CASSANDRA-11936)