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:41:05 UTC

[1/3] git commit: Fix NEWS.txt

Updated Branches:
  refs/heads/trunk 863428c2b -> edeebed14


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/trunk
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


[2/3] git commit: Merge branch 'cassandra-2.0' into trunk

Posted by al...@apache.org.
Merge branch 'cassandra-2.0' into trunk


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

Branch: refs/heads/trunk
Commit: 1a99801610d457926aab488f5b9f3590b4e9aa25
Parents: 863428c d52e7e6
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Fri Nov 8 23:39:59 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Fri Nov 8 23:39:59 2013 +0300

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1a998016/NEWS.txt
----------------------------------------------------------------------


[3/3] git commit: Fix trunk NEWS.txt

Posted by al...@apache.org.
Fix trunk NEWS.txt


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

Branch: refs/heads/trunk
Commit: edeebed147e0abaca146d6ea2d2e1811dc8759aa
Parents: 1a99801
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Fri Nov 8 23:40:55 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Fri Nov 8 23:40:55 2013 +0300

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/edeebed1/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 4f9f439..1b33572 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -13,20 +13,6 @@ restore snapshots created with the previous major version using the
 'sstableloader' tool. You can upgrade the file format of your snapshots
 using the provided 'sstableupgrade' tool.
 
-2.0.3
-=====
-
-New features
-------------
-    - It's now possible to configure the maximum allowed size of the native
-      protocol frames (native_transport_max_frame_size_in_mb in the yaml file).
-
-Upgrading
----------
-    - The IEndpointStateChangeSubscriber has a new method, beforeChange, that
-      any custom implemenations using the class will need to implement.
-
-
 2.1
 ===
 
@@ -43,6 +29,20 @@ Upgrading
      behavior) and 1.0 omits everything.
 
 
+2.0.3
+=====
+
+New features
+------------
+    - It's now possible to configure the maximum allowed size of the native
+      protocol frames (native_transport_max_frame_size_in_mb in the yaml file).
+
+Upgrading
+---------
+    - The IEndpointStateChangeSubscriber has a new method, beforeChange, that
+      any custom implemenations using the class will need to implement.
+
+
 2.0.2
 =====