Create release branch cassandra-4.0, increment trunk version to 4.1

This commit is contained in:
Mick Semb Wever 2021-05-01 12:13:59 +02:00
parent 438a9c835a
commit d2b57fe463
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,9 @@
4.1
Merged from 4.0:
Merged from 3.11:
Merged from 3.0:
4.0-rc2
* Fix race in fat client removal (CASSANDRA-16238)
* Test org.apache.cassandra.net.AsyncPromiseTest FAILED (CASSANDRA-16596)

View File

@ -33,6 +33,18 @@ restore snapshots created with the previous major version using the
'sstableloader' tool. You can upgrade the file format of your snapshots
using the provided 'sstableupgrade' tool.
4.1
===
New features
------------
Upgrading
---------
Deprecation
-----------
4.0
===

View File

@ -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.1"/>
<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"/>

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
cassandra (4.0~rc2) UNRELEASED; urgency=medium
cassandra (4.1) UNRELEASED; urgency=medium
* New release