From 9ff78249a0a5e87bd04bf9804ef1a3b29b5e1645 Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Mon, 2 Jul 2018 13:27:39 -0500 Subject: [PATCH 1/3] Update version to 2.2.13 --- NEWS.txt | 8 ++++++++ build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index f935793a03..decb3fff9b 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. +2.2.13 +====== + +Upgrading +--------- + - Nothing specific to this release, but please see 2.2 if you are upgrading + from a previous version. + 2.2.12 ====== diff --git a/build.xml b/build.xml index 43057dc1f2..ddeaac9577 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + diff --git a/debian/changelog b/debian/changelog index 46d9e50c9b..2d00393bee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (2.2.13) unstable; urgency=medium + + * New release + + -- Michael Shuler Mon, 02 Jul 2018 13:26:07 -0500 + cassandra (2.2.12) unstable; urgency=medium * New release From c4e6cd2a1aca84a88983192368bbcd4c8887c8b2 Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Mon, 2 Jul 2018 13:31:09 -0500 Subject: [PATCH 2/3] Update version to 3.0.17 --- build.xml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 3fc64fbb7d..d7e54441af 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + diff --git a/debian/changelog b/debian/changelog index d9698c2bfe..8ce02e3e04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (3.0.17) unstable; urgency=medium + + * New release + + -- Michael Shuler Mon, 02 Jul 2018 13:29:49 -0500 + cassandra (3.0.16) unstable; urgency=medium * New release From aed1b5fdf1e953d19bdd021ba603618772208cdd Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Mon, 2 Jul 2018 13:37:32 -0500 Subject: [PATCH 3/3] Update version to 3.11.3 --- NEWS.txt | 17 ++++++++++------- build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 3cfd9a3bcb..578e426edf 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -47,16 +47,19 @@ using the provided 'sstableupgrade' tool. Upgrading --------- - - Materialized view users upgrading from 3.0.15 (3.0.X series) or 3.11.1 (3.11.X series) and later that have performed range movements (join, decommission, move, etc), - should run repair on the base tables, and subsequently on the views to ensure data affected by CASSANDRA-14251 is correctly propagated to all replicas. - - Changes to bloom_filter_fp_chance will no longer take effect on existing sstables when the node is restarted. Only - compactions/upgradesstables regenerates bloom filters and Summaries sstable components. See CASSANDRA-11163 + - Materialized view users upgrading from 3.0.15 (3.0.X series) or 3.11.1 (3.11.X series) and + later that have performed range movements (join, decommission, move, etc), should run repair + on the base tables, and subsequently on the views to ensure data affected by CASSANDRA-14251 + is correctly propagated to all replicas. + - Changes to bloom_filter_fp_chance will no longer take effect on existing sstables when the + node is restarted. Only compactions/upgradesstables regenerates bloom filters and Summaries + sstable components. See CASSANDRA-11163 Deprecation ----------- - - Background read repair has been deprecated. dclocal_read_repair_chance and - read_repair_chance table options have been deprecated, and will be removed entirely in 4.0. - See CASSANDRA-13910 for details. + - Background read repair has been deprecated. dclocal_read_repair_chance and read_repair_chance + table options have been deprecated, and will be removed entirely in 4.0. See CASSANDRA-13910 + for details. 3.11.2 ====== diff --git a/build.xml b/build.xml index 54c53720bf..ff1695be4f 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + diff --git a/debian/changelog b/debian/changelog index 0d791cba84..b4b788cd35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (3.11.3) unstable; urgency=medium + + * New release + + -- Michael Shuler Mon, 02 Jul 2018 13:36:16 -0500 + cassandra (3.11.2) unstable; urgency=medium * New release