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 3FAD5176C7 for ; Fri, 29 May 2015 17:11:36 +0000 (UTC) Received: (qmail 2317 invoked by uid 500); 29 May 2015 17:11:36 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 2243 invoked by uid 500); 29 May 2015 17:11: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 2132 invoked by uid 99); 29 May 2015 17:11: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, 29 May 2015 17:11:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D62C6E10CB; Fri, 29 May 2015 17:11:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jasobrown@apache.org To: commits@cassandra.apache.org Date: Fri, 29 May 2015 17:11:36 -0000 Message-Id: In-Reply-To: <73b376298796428a9f9e1768cfc9a05d@git.apache.org> References: <73b376298796428a9f9e1768cfc9a05d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] cassandra git commit: update CHANGES update CHANGES Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fdecab03 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fdecab03 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/fdecab03 Branch: refs/heads/trunk Commit: fdecab03823b6b1b4a6efed9fb3b675eb58c3f80 Parents: 1352ebd Author: Jason Brown Authored: Fri May 29 10:10:31 2015 -0700 Committer: Jason Brown Committed: Fri May 29 10:10:31 2015 -0700 ---------------------------------------------------------------------- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/fdecab03/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 3cae128..dc13bea 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.2 + * ant test-all results incomplete when parsed (CASSANDRA-9463) * Disallow frozen<> types in function arguments and return types for clarity (CASSANDRA-9411) * Static Analysis to warn on unsafe use of Autocloseable instances (CASSANDRA-9431)