Update version to 3.11.3
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/aed1b5fd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/aed1b5fd Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/aed1b5fd Branch: refs/heads/trunk Commit: aed1b5fdf1e953d19bdd021ba603618772208cdd Parents: 577cb29 Author: Michael Shuler <[email protected]> Authored: Mon Jul 2 13:37:32 2018 -0500 Committer: Michael Shuler <[email protected]> Committed: Mon Jul 2 13:37:32 2018 -0500 ---------------------------------------------------------------------- NEWS.txt | 17 ++++++++++------- build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 17 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/aed1b5fd/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 3cfd9a3..578e426 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 ====== http://git-wip-us.apache.org/repos/asf/cassandra/blob/aed1b5fd/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 54c5372..ff1695b 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.11.2"/> + <property name="base.version" value="3.11.3"/> <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"/> http://git-wip-us.apache.org/repos/asf/cassandra/blob/aed1b5fd/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index 0d791cb..b4b788c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (3.11.3) unstable; urgency=medium + + * New release + + -- Michael Shuler <[email protected]> Mon, 02 Jul 2018 13:36:16 -0500 + cassandra (3.11.2) unstable; urgency=medium * New release --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
