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/07/18 20:32:37 UTC

[cassandra] branch cassandra-4.0 updated: Increment version to 4.0.6

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

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


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

commit c5747547fad846bd9bb0364de23a5007bad5cfff
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Mon Jul 18 22:29:36 2022 +0200

    Increment version to 4.0.6
---
 CHANGES.txt      | 5 ++++-
 build.xml        | 2 +-
 debian/changelog | 6 ++++++
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 20c9b4d560..fc14c36402 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,8 @@
-4.0.5
+4.0.6
  * Clean up ScheduledExecutors, CommitLog, and MessagingService shutdown for in-JVM dtests (CASSANDRA-17731)
+
+
+4.0.5
  * Utilise BTree improvements to reduce garbage and improve throughput (CASSANDRA-15511)
  * Make sure existing delayed tasks in StreamTransferTask cannot prevent clean shutdown (CASSANDRA-17706)
  * SSL storage port in sstableloader is deprecated (CASSANDRA-17602)
diff --git a/build.xml b/build.xml
index ee7bc3b689..fead9b368d 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.0.5"/>
+    <property name="base.version" value="4.0.6"/>
     <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 db42b1fcaa..40e2f7aa51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (4.0.6) UNRELEASED; urgency=medium
+
+  * New release
+
+ -- Mick Semb Wever <mc...@apache.org>  Tue, 12 Jul 2022 12:16:22 +0200
+
 cassandra (4.0.5) unstable; urgency=medium
 
   * New release


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