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
commit d13bef96fd2519e8fb45d7f6621c2f39a0b7bd1c Author: Mick Semb Wever <[email protected]> AuthorDate: Wed Jun 30 21:53:31 2021 +0200 Increment version to 4.0-rc3 --- CHANGES.txt | 4 ++++ build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index a8d3426..deb883e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +4.0-rc3 +Merged from 3.11: +Merged from 3.0: + 4.0-rc2 * Avoid memoizing the wrong min cluster version during upgrades (CASSANDRA-16759) * Obfuscate passwords in statements in QueryEvents (CASSANDRA-16669) diff --git a/build.xml b/build.xml index 9198410..6ee62a1 100644 --- a/build.xml +++ b/build.xml @@ -24,7 +24,7 @@ <property name="debuglevel" value="source,lines,vars"/> <!-- default version and SCM information --> - <property name="base.version" value="4.0-rc2"/> + <property name="base.version" value="4.0-rc3"/> <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 1eda74e..9267cec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (4.0~rc3) UNRELEASED; urgency=medium + + * New release + + -- Mick Semb Wever <[email protected]> Sun, 27 Jun 2021 16:36:29 +0200 + cassandra (4.0~rc2) unstable; urgency=medium * New release --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
