From 229f8b3a44c6fbc0ee7b3590dad3f71f0cbdc9ce Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Mon, 11 Feb 2019 21:09:23 -0600 Subject: [PATCH] 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 4d0e3e1d19..c06a6c195e 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 29864bce6c..54dc63aa02 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 d8dba625bd..7bfd261383 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + diff --git a/debian/changelog b/debian/changelog index 4a1df4ccb5..aeefbab0e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (3.0.19) unstable; urgency=medium + + * New release + + -- Michael Shuler Mon, 11 Feb 2019 21:07:19 -0600 + cassandra (3.0.18) unstable; urgency=medium * New release