mirror of https://github.com/apache/cassandra
increment version to 4.0.13
This commit is contained in:
parent
af752fcd53
commit
2a7c64027d
|
|
@ -1,3 +1,8 @@
|
|||
4.0.13
|
||||
Merged from 3.11:
|
||||
Merged from 3.0:
|
||||
|
||||
|
||||
4.0.12
|
||||
* Skip version check if an endpoint is dead state in Gossiper#upgradeFromVersionSupplier (CASSANDRA-19187)
|
||||
* Fix Gossiper::hasMajorVersion3Nodes to return false during minor upgrade (CASSANDRA-18999)
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="4.0.12"/>
|
||||
<property name="base.version" value="4.0.13"/>
|
||||
<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,3 +1,9 @@
|
|||
cassandra (4.0.13) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Stefan Miklosovic <smiklosovic@apache.org> Tue, 23 Jan 2024 15:16:14 +0100
|
||||
|
||||
cassandra (4.0.12) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue