mirror of https://github.com/apache/cassandra
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:
commit
ac165325bc
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue