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