You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2014/05/15 02:45:47 UTC

git commit: fix CHANGES

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 c54961316 -> 2a77695f3


fix CHANGES


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2a77695f
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2a77695f
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2a77695f

Branch: refs/heads/cassandra-2.1
Commit: 2a77695f3fc9b91edf5e1e36981cd16a7b286b6f
Parents: c549613
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Wed May 14 20:45:22 2014 -0400
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Wed May 14 20:45:22 2014 -0400

----------------------------------------------------------------------
 CHANGES.txt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/2a77695f/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 7bab4cc..4b9085a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,3 @@
-3.0
- * remove unused classes (CASSANDRA-7197)
-
 2.1.0-rc1
  * Add PowerShell Windows launch scripts (CASSANDRA-7001)
  * Make commitlog archive+restore more robust (CASSANDRA-6974)
@@ -16,6 +13,7 @@
  * Allow c* to be shutdown in an embedded mode (CASSANDRA-5635)
  * Add server side batching to native transport (CASSANDRA-5663)
  * Make batchlog replay asynchronous (CASSANDRA-6134)
+ * remove unused classes (CASSANDRA-7197)
 Merged from 2.0:
  * (Hadoop) support authentication in CqlRecordReader (CASSANDRA-7221)
  * (Hadoop) Close java driver Cluster in CQLRR.close (CASSANDRA-7228)