Repository: cassandra
Updated Branches:
refs/heads/cassandra-3.0 6f3d1e225 -> deeef7219
Add versions from which upgrade is supported in NEWS file
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/deeef721
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/deeef721
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/deeef721
Branch: refs/heads/cassandra-3.0
Commit: deeef7219e32dade28c8404485f9210bbf7e05bb
Parents: 6f3d1e2
Author: Sylvain Lebresne <sylvain@datastax.com>
Authored: Mon Oct 12 15:46:21 2015 +0200
Committer: Sylvain Lebresne <sylvain@datastax.com>
Committed: Mon Oct 12 15:46:21 2015 +0200
----------------------------------------------------------------------
NEWS.txt | 3 +++
1 file changed, 3 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/cassandra/blob/deeef721/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 18d61a3..1f32001 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -44,6 +44,9 @@ New features
Upgrading
---------
+ - Upgrade to 3.0 is supported from Cassandra 2.1 versions greater or equal to 2.1.9,
+ or Cassandra 2.2 versions greater or equal to 2.2.1. Upgrade from Cassandra 2.0 and
+ older versions is not supported.
- The 'memtable_allocation_type: offheap_objects' option has been removed. It should
be re-introduced in a future release and you can follow CASSANDRA-9472 to know more.
- The LIMIT clause applies now only to the number of rows returned to the user,
|