You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2013/12/10 05:36:05 UTC

[2/3] git commit: CHANGES

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/trunk
Commit: c99734c5ffb953a7acc7d8d7690c65d38c740bed
Parents: 5d24c55
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Dec 10 10:35:52 2013 +0600
Committer: Jonathan Ellis <jb...@apache.org>
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)