increment version to 4.0.12

This commit is contained in:
Stefan Miklosovic 2023-07-18 11:26:19 +02:00
parent a7bf85c4f3
commit 2584f4f070
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,9 @@
4.0.12
Merged from 3.11:
* Moved jflex from runtime to build dependencies (CASSANDRA-18664)
Merged from 3.0:
4.0.11
* Revert CASSANDRA-16718 (CASSANDRA-18560)
* Upgrade snappy to 1.1.10.1 (CASSANDRA-18608)
@ -6,7 +12,6 @@
* Fix Down nodes counter in nodetool describecluster (CASSANDRA-18512)
* Remove unnecessary shuffling of GossipDigests in Gossiper#makeRandomGossipDigest (CASSANDRA-18546)
Merged from 3.11:
* Moved jflex from runtime to build dependencies (CASSANDRA-18664)
* Fix CAST function for float to decimal (CASSANDRA-18647)
* Suppress CVE-2022-45688 (CASSANDRA-18643)
* Remove unrepaired SSTables from garbage collection when only_purge_repaired_tombstones is true (CASSANDRA-14204)

View File

@ -33,7 +33,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="4.0.11"/>
<property name="base.version" value="4.0.12"/>
<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.12) UNRELEASED; urgency=medium
* New release
-- Stefan Miklosovic <smiklosovic@apache.org> Tue, 18 Jul 2023 09:20:01 +0200
cassandra (4.0.11) unstable; urgency=medium
* New release