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

cassandra git commit: Merge 3.8-3.9 NEWS.txt entries

Repository: cassandra
Updated Branches:
  refs/heads/trunk 0c90485b7 -> 44e30e33c


Merge 3.8-3.9 NEWS.txt entries


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

Branch: refs/heads/trunk
Commit: 44e30e33c98df7a861bd8ba134cae2571bd48c36
Parents: 0c90485
Author: Michael Shuler <ms...@apache.org>
Authored: Tue Aug 16 18:33:24 2016 -0500
Committer: Michael Shuler <ms...@apache.org>
Committed: Tue Aug 16 18:33:24 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/44e30e33/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index d25be0d..86ec36c 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -83,16 +83,6 @@ Upgrading
 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
-===
-
 New features
 ------------
    - Shared pool threads are now named according to the stage they are executing
@@ -121,14 +111,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
 -----------