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/04 22:03:01 UTC

[1/2] cassandra git commit: 3.1 version

Repository: cassandra
Updated Branches:
  refs/heads/trunk f4f79aad1 -> c50372367


3.1 version


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

Branch: refs/heads/trunk
Commit: e092873728dc88aebc6ee10153b9bd3cd90cd858
Parents: 5b9f8eb
Author: T Jake Luciani <ja...@apache.org>
Authored: Fri Dec 4 16:00:43 2015 -0500
Committer: T Jake Luciani <ja...@apache.org>
Committed: Fri Dec 4 16:00:43 2015 -0500

----------------------------------------------------------------------
 NEWS.txt         | 2 +-
 debian/changelog | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e0928737/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index d41384b..e296544 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -13,7 +13,7 @@ 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.0.1
+3.1
 =====
 
 Upgrading

http://git-wip-us.apache.org/repos/asf/cassandra/blob/e0928737/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 706714a..0714269 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (3.1) unstable; urgency=medium
+
+  * New release
+
+ -- Jake Luciani <ja...@apache.org>  Fri, 04 Dec 2015 16:00:04 -0500
+
 cassandra (3.0.0) unstable; urgency=medium
 
   * New release 


[2/2] cassandra git commit: Merge branch 'cassandra-3.1' into trunk

Posted by ja...@apache.org.
Merge branch 'cassandra-3.1' into trunk

Conflicts:
	NEWS.txt
	debian/changelog


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

Branch: refs/heads/trunk
Commit: c50372367ec9c8d5e2ca1bcaa70aa464b389c72f
Parents: f4f79aa e092873
Author: T Jake Luciani <ja...@apache.org>
Authored: Fri Dec 4 16:02:48 2015 -0500
Committer: T Jake Luciani <ja...@apache.org>
Committed: Fri Dec 4 16:02:48 2015 -0500

----------------------------------------------------------------------
 NEWS.txt         |  2 +-
 debian/changelog | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c5037236/NEWS.txt
----------------------------------------------------------------------
diff --cc NEWS.txt
index eef79c0,e296544..ec39f27
--- a/NEWS.txt
+++ b/NEWS.txt
@@@ -13,21 -13,7 +13,21 @@@ restore snapshots created with the prev
  'sstableloader' tool. You can upgrade the file format of your snapshots
  using the provided 'sstableupgrade' tool.
  
 +3.2
 +===
 +
 +New features
 +------------
 +   - bound maximum in-flight commit log replay mutation bytes to 64 megabytes
 +     tunable via cassandra.commitlog_max_outstanding_replay_bytes
 +   - Support for type casting has been added to the selection clause.
 +
 +Upgrading
 +---------
 +   - The compression ratio metrics computation has been modified to be more accurate.
 +
 +
- 3.0.1
+ 3.1
  =====
  
  Upgrading