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 2017/04/15 01:07:04 UTC

[2/6] cassandra git commit: Add 3.0.14 NEWS and CHANGES

Add 3.0.14 NEWS and CHANGES


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

Branch: refs/heads/cassandra-3.11
Commit: 71d4f66d7215bd037d9ebb5e78af79ed649c3f27
Parents: 30b01a0
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Fri Apr 14 20:06:18 2017 -0500
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Fri Apr 14 20:06:18 2017 -0500

----------------------------------------------------------------------
 CHANGES.txt | 3 +++
 NEWS.txt    | 8 ++++++++
 2 files changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/71d4f66d/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index eeb71b9..e46abcd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,6 @@
+3.0.14
+ * 
+
 3.0.13
  * Make reading of range tombstones more reliable (CASSANDRA-12811)
  * Fix startup problems due to schema tables not completely flushed (CASSANDRA-12213)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/71d4f66d/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index b6faef4..a92fc5d 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -13,6 +13,14 @@ 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.14
+======
+
+Upgrading
+---------
+   - Nothing specific to this release, but please see previous versions upgrading section,
+     especially if you are upgrading from 2.2.
+
 3.0.13
 ======