mirror of https://github.com/apache/cassandra
Create release branch cassandra-4.1, increment trunk version to 4.2
This commit is contained in:
parent
7741eacc54
commit
413f1aed27
|
|
@ -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)
|
||||
|
|
|
|||
14
NEWS.txt
14
NEWS.txt
|
|
@ -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
|
||||
===
|
||||
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cassandra (4.1) UNRELEASED; urgency=medium
|
||||
cassandra (4.2) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue