You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2016/08/17 22:08:07 UTC

[4/9] cassandra git commit: Update NEWS.txt for 3.8

Update NEWS.txt for 3.8


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

Branch: refs/heads/trunk
Commit: 4e46ec926167e43dacd2afd2ccdc7cf84525e644
Parents: c1e9ad8
Author: Michael Shuler <ms...@apache.org>
Authored: Tue Aug 16 17:55:15 2016 -0500
Committer: Michael Shuler <ms...@apache.org>
Committed: Tue Aug 16 17:55:15 2016 -0500

----------------------------------------------------------------------
 NEWS.txt | 30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/4e46ec92/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 2edff8e..8725931 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -13,16 +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.
 
-3.9
-===
-
-Upgrading
----------
-   - The ReversedType behaviour has been corrected for clustering columns of
-     BYTES type containing empty value. Scrub should be run on the existing
-     SSTables containing a descending clustering column of BYTES type to correct
-     their ordering. See CASSANDRA-12127 for more details.
-
 3.8
 ===
 
@@ -54,14 +44,18 @@ New features
 
 Upgrading
 ---------
-    - Ec2MultiRegionSnitch will no longer automatically set broadcast_rpc_address
-      to the public instance IP if this property is defined on cassandra.yaml.
-    - The name "json" and "distinct" are not valid anymore a user-defined function
-      names (they are still valid as column name however). In the unlikely case where
-      you had defined functions with such names, you will need to recreate
-      those under a different name, change your code to use the new names and
-      drop the old versions, and this _before_ upgrade (see CASSANDRA-10783 for more
-      details).
+   - The ReversedType behaviour has been corrected for clustering columns of
+     BYTES type containing empty value. Scrub should be run on the existing
+     SSTables containing a descending clustering column of BYTES type to correct
+     their ordering. See CASSANDRA-12127 for more details.
+   - Ec2MultiRegionSnitch will no longer automatically set broadcast_rpc_address
+     to the public instance IP if this property is defined on cassandra.yaml.
+   - The name "json" and "distinct" are not valid anymore a user-defined function
+     names (they are still valid as column name however). In the unlikely case where
+     you had defined functions with such names, you will need to recreate
+     those under a different name, change your code to use the new names and
+     drop the old versions, and this _before_ upgrade (see CASSANDRA-10783 for more
+     details).
 
 Deprecation
 -----------