You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2013/11/08 21:39:35 UTC

git commit: Fix NEWS.txt

Updated Branches:
  refs/heads/cassandra-2.0 3c229c0d9 -> d52e7e6fa


Fix NEWS.txt


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

Branch: refs/heads/cassandra-2.0
Commit: d52e7e6fa8239871cbd923983c337d45e28ef0dc
Parents: 3c229c0
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Fri Nov 8 23:38:49 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Fri Nov 8 23:39:05 2013 +0300

----------------------------------------------------------------------
 NEWS.txt | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d52e7e6f/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index b89be56..fe8e49f 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -32,20 +32,6 @@ Upgrading
 
 New features
 ------------
-    - A new CQLSSTableWriter class has been added. It is the equivalent of
-      the existing SSTableSimpleWriter/SSTableSimpleUnsortedWriter but is
-      CQL oriented.
-
-Upgrading
----------
-    - Nodetool defaults to Sequential mode for repair operations
-
-
-2.0.2
-=====
-
-New features
-------------
     - Speculative retry defaults to 99th percentile
       (See blog post at http://www.datastax.com/dev/blog/rapid-read-protection-in-cassandra-2-0-2)
     - Configurable metrics reporting
@@ -58,6 +44,13 @@ New features
     - New replace_address to supplant the (now removed) replace_token and
       replace_node workflows to replace a dead node in place.  Works like the
       old options, but takes the IP address of the node to be replaced.
+    - A new CQLSSTableWriter class has been added. It is the equivalent of
+      the existing SSTableSimpleWriter/SSTableSimpleUnsortedWriter but is
+      CQL oriented.
+
+Upgrading
+---------
+    - Nodetool defaults to Sequential mode for repair operations
 
 
 2.0.1