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

This commit is contained in:
Mick Semb Wever 2022-05-01 23:22:08 +02:00
parent 7741eacc54
commit 413f1aed27
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,9 @@
4.2
Merged from 4.0:
Merged from 3.11:
Merged from 3.0:
4.1
* Add auto_snapshot_ttl configuration (CASSANDRA-16790)
* List snapshots of dropped tables (CASSANDRA-16843)

View File

@ -51,6 +51,20 @@ 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.2
===
New features
------------
Upgrading
---------
Deprecation
-----------
4.1
===

View File

@ -33,7 +33,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="4.1"/>
<property name="base.version" value="4.2"/>
<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.1) UNRELEASED; urgency=medium
cassandra (4.2) UNRELEASED; urgency=medium
* New release