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:07 UTC

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

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
 =====