increment version to 4.0.13

This commit is contained in:
Stefan Miklosovic 2024-01-23 18:40:10 +01:00
parent af752fcd53
commit 2a7c64027d
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
3 changed files with 12 additions and 1 deletions

View File

@ -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)

View File

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

6
debian/changelog vendored
View File

@ -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