You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by be...@apache.org on 2014/09/07 16:38:45 UTC

[02/15] git commit: Update versions and NEWS file for 2.1.0 release

Update versions and NEWS file for 2.1.0 release


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

Branch: refs/heads/trunk
Commit: c6a2c65a75adea9a62896269da98dd036c8e57f3
Parents: 1b3afd8
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Sun Sep 7 15:25:26 2014 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Sun Sep 7 15:25:31 2014 +0200

----------------------------------------------------------------------
 NEWS.txt         | 13 ++++++++++---
 build.xml        |  2 +-
 debian/changelog |  6 ++++++
 3 files changed, 17 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c6a2c65a/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index db34fd3..b464b21 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -44,12 +44,19 @@ New features
      will be put back in L0.
    - Bootstrapping now ensures that range movements are consistent,
      meaning the data for the new node is taken from the node that is no 
-     longer a responsible for that range of keys.  
+     longer a responsible for that range of keys.
      If you want the old behavior (due to a lost node perhaps)
      you can set the following property (-Dcassandra.consistent.rangemovement=false)
    - It is now possible to use quoted identifiers in triggers' names. 
      WARNING: if you previously used triggers with capital letters in their 
      names, then you must quote them from now on.
+   - Improved stress tool (http://goo.gl/OTNqiQ)
+   - New incremental repair option (http://goo.gl/MjohJp, http://goo.gl/f8jSme)
+   - Incremental replacement of compacted SSTables (http://goo.gl/JfDBGW)
+   - The row cache can now cache only the head of partitions (http://goo.gl/6TJPH6)
+   - Off-heap memtables (http://goo.gl/YT7znJ)
+   - CQL improvements and additions: User-defined types, tuple types, 2ndary
+     indexing of collections, ... (http://goo.gl/kQl7GW)
 
 Upgrading
 ---------
@@ -66,8 +73,8 @@ Upgrading
    - Counters implementation has been changed, replaced by a safer one with
      less caveats, but different performance characteristics. You might have
      to change your data model to accomodate the new implementation.
-     (See https://issues.apache.org/jira/browse/CASSANDRA-6504 and the dev
-     blog post at http://www.datastax.com/dev/blog/<PLACEHOLDER> for details).
+     (See https://issues.apache.org/jira/browse/CASSANDRA-6504 and the
+     blog post at http://goo.gl/qj8iQl for details).
    - (per-table) index_interval parameter has been replaced with
      min_index_interval and max_index_interval paratemeters. index_interval
      has been deprecated.

http://git-wip-us.apache.org/repos/asf/cassandra/blob/c6a2c65a/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index f2b6b4e..43574fc 100644
--- a/build.xml
+++ b/build.xml
@@ -25,7 +25,7 @@
     <property name="debuglevel" value="source,lines,vars"/>
 
     <!-- default version and SCM information -->
-    <property name="base.version" value="2.1.0-rc7"/>
+    <property name="base.version" value="2.1.0"/>
     <property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
     <property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
     <property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>

http://git-wip-us.apache.org/repos/asf/cassandra/blob/c6a2c65a/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 3d63641..f2ecceb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (2.1.0) unstable; urgency=medium
+
+  * New release
+
+ -- Sylvain Lebresne <sl...@apache.org>  Sun, 07 Sep 2014 15:21:41 +0200
+
 cassandra (2.1.0~rc7) unstable; urgency=medium
 
   * New RC release