You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2022/10/05 22:21:27 UTC

[cassandra] branch cassandra-4.1 updated: Increment version to 4.1-beta2

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

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


The following commit(s) were added to refs/heads/cassandra-4.1 by this push:
     new c4bccb000a Increment version to 4.1-beta2
c4bccb000a is described below

commit c4bccb000adec62dd8e42d0b18e4a7adef00762f
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Wed Oct 5 17:14:37 2022 -0500

    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 @@
     <property name="debuglevel" value="source,lines,vars"/>
 
     <!-- default version and SCM information -->
-    <property name="base.version" value="4.1-beta1"/>
+    <property name="base.version" value="4.1-beta2"/>
     <property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
     <property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
     <property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree"/>
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 <mc...@apache.org>  Tue, 27 Sep 2022 00:08:07 +0200
+
 cassandra (4.1~beta1) unstable; urgency=medium
 
   * New release


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