Merge branch 'cassandra-3.11' into cassandra-4.0

* cassandra-3.11:
  Increment versions to 3.0.29, 3.11.15, 4.0.8
This commit is contained in:
Mick Semb Wever 2022-10-23 23:25:42 +02:00
commit ac165325bc
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
3 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,11 @@
4.0.7
4.0.8
* Fix ASM bytecode version inconsistency (CASSANDRA-17873)
Merged from 3.11:
Merged from 3.0:
* Fix running Ant rat targets without git (CASSANDRA-17974)
4.0.7
* Remove empty cq4 files in log directory to not fail the startup of BinLog (CASSANDRA-17933)
* Fix multiple BufferPool bugs (CASSANDRA-16681)
* Fix StorageService.getNativeaddress handling of IPv6 addresses (CASSANDRA-17945)
@ -15,7 +21,6 @@ Merged from 3.11:
* Suppress CVE-2022-25857 and other snakeyaml CVEs (CASSANDRA-17907)
* Fix potential IndexOutOfBoundsException in PagingState in mixed mode clusters (CASSANDRA-17840)
Merged from 3.0:
* Fix running Ant rat targets without git (CASSANDRA-17974)
* Harden JMX by resolving beanshooter issues (CASSANDRA-17921)
* Suppress CVE-2019-2684 (CASSANDRA-17965)
* Fix auto-completing "WITH" when creating a materialized view (CASSANDRA-17879)

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.7"/>
<property name="base.version" value="4.0.8"/>
<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.8) UNRELEASED; urgency=medium
* New release
-- Mick Semb Wever <mck@apache.org> Wed, 19 Oct 2022 10:57:06 +0200
cassandra (4.0.7) unstable; urgency=medium
* New release