This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to tag 4.0-rc1-tentative in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 8f5b7fec711316a87f2ab37429228d7065e17c3a Author: Mick Semb Wever <[email protected]> AuthorDate: Fri Mar 26 20:22:00 2021 +0100 Change version 4.0-beta5 to 4.0-rc1 --- CHANGES.txt | 2 +- build.xml | 2 +- debian/changelog | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index d6d2117..1628f16 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -4.0-beta5 +4.0-rc1 * Fix 4.0 node sending a repair prepare message to a 3.x node breaking the connection (CASSANDRA-16542) * Removed synchronized modifier from StreamSession#onChannelClose to prevent deadlocking on flush (CASSANDRA-15892) diff --git a/build.xml b/build.xml index 17f0e96..2bfc294 100644 --- a/build.xml +++ b/build.xml @@ -27,7 +27,7 @@ <property name="debuglevel" value="source,lines,vars"/> <!-- default version and SCM information --> - <property name="base.version" value="4.0-beta5"/> + <property name="base.version" value="4.0-rc1"/> <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 aa86263..de68013 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -cassandra (4.0~beta5) UNRELEASED; urgency=medium +cassandra (4.0~rc1) unstable; urgency=medium * New release - -- Mick Semb Wever <[email protected]> Fri, 18 Dec 2020 18:32:45 +0100 + -- Mick Semb Wever <[email protected]> Fri, 26 Mar 2021 20:20:59 +0100 cassandra (4.0~beta4) unstable; urgency=medium --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
