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 D33A710A07 for ; Tue, 10 Dec 2013 04:36:37 +0000 (UTC) Received: (qmail 76901 invoked by uid 500); 10 Dec 2013 04:36:11 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 76833 invoked by uid 500); 10 Dec 2013 04:36:07 -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 76581 invoked by uid 99); 10 Dec 2013 04:36:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Dec 2013 04:36:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E6BF9903332; Tue, 10 Dec 2013 04:36:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jbellis@apache.org To: commits@cassandra.apache.org Date: Tue, 10 Dec 2013 04:36:04 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: CHANGES Updated Branches: refs/heads/cassandra-2.0 5d24c5533 -> c99734c5f refs/heads/trunk 69c180146 -> 706058c78 CHANGES Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c99734c5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c99734c5 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c99734c5 Branch: refs/heads/cassandra-2.0 Commit: c99734c5ffb953a7acc7d8d7690c65d38c740bed Parents: 5d24c55 Author: Jonathan Ellis Authored: Tue Dec 10 10:35:52 2013 +0600 Committer: Jonathan Ellis Committed: Tue Dec 10 10:35:52 2013 +0600 ---------------------------------------------------------------------- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/c99734c5/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index e72e5d2..e0338db 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.0.4 + * Fix cleanup ClassCastException (CASSANDRA-6462) * Reduce gossip memory use by interning VersionedValue strings (CASSANDRA-6410) * Allow specifying datacenters to participate in a repair (CASSANDRA-6218) * Fix divide-by-zero in PCI (CASSANDRA-6403)