From c4bccb000adec62dd8e42d0b18e4a7adef00762f Mon Sep 17 00:00:00 2001 From: Mick Semb Wever Date: Wed, 5 Oct 2022 17:14:37 -0500 Subject: [PATCH] Increment version to 4.1-beta2 --- CHANGES.txt | 7 ++++++- build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index e9d0b1f1a3..7f8506ffa3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,11 @@ 4.1-beta1 * Allow pre-V5 global limit on bytes in flight to revert to zero asynchronously in RateLimitingTest (CASSANDRA-17927) +Merged from 4.0: +Merged from 3.11: +Merged from 3.0: + * Fix auto-completing "WITH" when creating a materialized view (CASSANDRA-17879) + +4.1-beta1 * We should not emit deprecation warning on startup for `key_cache_save_period`, `row_cache_save_period`, `counter_cache_save_period` (CASSANDRA-17904) * upsert with adder support is not consistent with numbers and strings in LWT (CASSANDRA-17857) * Fix race and return after failing connections (CASSANDRA-17618) @@ -55,7 +61,6 @@ Merged from 3.11: * Suppress CVE-2022-25857 and other snakeyaml CVEs (CASSANDRA-17907) * Fix potential IndexOutOfBoundsException in PagingState in mixed mode clusters (CASSANDRA-17840) Merged from 3.0: - * Fix auto-completing "WITH" when creating a materialized view (CASSANDRA-17879) * Fix scrubber falling into infinite loop when the last partition is broken (CASSANDRA-17862) * Fix resetting schema (CASSANDRA-17819) diff --git a/build.xml b/build.xml index a0a0f196c0..00a19abcdc 100644 --- a/build.xml +++ b/build.xml @@ -33,7 +33,7 @@ - + diff --git a/debian/changelog b/debian/changelog index 72efb11bd8..b5597a14d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (4.1~beta2) UNRELEASED; urgency=medium + + * New release + + -- Mick Semb Wever Tue, 27 Sep 2022 00:08:07 +0200 + cassandra (4.1~beta1) unstable; urgency=medium * New release