You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2015/12/14 18:30:05 UTC

[2/2] cassandra git commit: bump versions for 3.1.1

bump versions for 3.1.1


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

Branch: refs/heads/cassandra-3.1.1
Commit: 8347d37716d318956591ab7d5688774a083e5bfb
Parents: feaed2a
Author: T Jake Luciani <ja...@apache.org>
Authored: Mon Dec 14 12:29:25 2015 -0500
Committer: T Jake Luciani <ja...@apache.org>
Committed: Mon Dec 14 12:29:25 2015 -0500

----------------------------------------------------------------------
 NEWS.txt         | 9 +++++++++
 build.xml        | 2 +-
 debian/changelog | 6 ++++++
 3 files changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/8347d377/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index e296544..7472e13 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -13,6 +13,15 @@ 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.1.1
+=====
+
+General
+-------
+   - This release contains a critical fix regarding data loss when upgrading
+     a table with row tombstones.  https://issues.apache.org/jira/browse/CASSANDRA-10822
+	
+
 3.1
 =====
 

http://git-wip-us.apache.org/repos/asf/cassandra/blob/8347d377/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 731c26e..333cbcd 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="3.1"/>
+    <property name="base.version" value="3.1.1"/>
     <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/8347d377/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 0714269..c3b7f0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (3.1.1) unstable; urgency=medium
+
+  * New release
+
+ -- Jake Luciani <ja...@apache.org>  Mon, 14 Dec 2015 12:27:31 -0500
+
 cassandra (3.1) unstable; urgency=medium
 
   * New release