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 2019/02/12 03:17:14 UTC

[cassandra] branch cassandra-3.0 updated (44785dd -> 229f8b3)

This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a change to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 44785dd  Anti-compaction temporarily corrupts sstable state
     new ce6bcaa  Update version to 2.2.15
     new d109e5c  Merge branch 'cassandra-2.2' into cassandra-3.0
     new 229f8b3  Update version to 3.0.19

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt      | 2 ++
 NEWS.txt         | 8 ++++++++
 build.xml        | 2 +-
 debian/changelog | 6 ++++++
 4 files changed, 17 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra] 01/02: Merge branch 'cassandra-2.2' into cassandra-3.0

Posted by ms...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit d109e5cd2b1a1fccd65d2242f25af8b8e9d69f64
Merge: 44785dd ce6bcaa
Author: Michael Shuler <ms...@apache.org>
AuthorDate: Mon Feb 11 21:02:38 2019 -0600

    Merge branch 'cassandra-2.2' into cassandra-3.0



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra] 02/02: Update version to 3.0.19

Posted by ms...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 229f8b3a44c6fbc0ee7b3590dad3f71f0cbdc9ce
Author: Michael Shuler <ms...@apache.org>
AuthorDate: Mon Feb 11 21:09:23 2019 -0600

    Update version to 3.0.19
---
 CHANGES.txt      | 2 ++
 NEWS.txt         | 8 ++++++++
 build.xml        | 2 +-
 debian/changelog | 6 ++++++
 4 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 4d0e3e1..c06a6c1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
 3.0.19
  * Anti-compaction temporarily corrupts sstable state for readers (CASSANDRA-15004)
+ Merged from 2.2:
+ * Multi-version in-JVM dtests (CASSANDRA-14937)
 
 
 3.0.18
diff --git a/NEWS.txt b/NEWS.txt
index 29864bc..54dc63a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -42,6 +42,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.19
+======
+
+Upgrading
+---------
+    - Nothing specific to this release, but please see previous upgrading sections,
+      especially if you are upgrading from 2.2.
+
 3.0.18
 ======
 
diff --git a/build.xml b/build.xml
index d8dba62..7bfd261 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.0.18"/>
+    <property name="base.version" value="3.0.19"/>
     <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"/>
diff --git a/debian/changelog b/debian/changelog
index 4a1df4c..aeefbab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (3.0.19) unstable; urgency=medium
+
+  * New release
+
+ -- Michael Shuler <ms...@apache.org>  Mon, 11 Feb 2019 21:07:19 -0600
+
 cassandra (3.0.18) unstable; urgency=medium
 
   * New release


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org