mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
* cassandra-3.0: Increment versions to 3.0.29, 3.11.15, 4.0.8
This commit is contained in:
commit
ed07f7d6bc
|
|
@ -1,3 +1,8 @@
|
|||
3.11.15
|
||||
Merged from 3.0:
|
||||
* Fix running Ant rat targets without git (CASSANDRA-17974)
|
||||
|
||||
|
||||
3.11.14
|
||||
* Suppress CVE-2022-42003 and CVE-2022-42004 (CASSANDRA-17966)
|
||||
* Make LongBufferPoolTest insensitive to timing (CASSANDRA-16681)
|
||||
|
|
@ -7,7 +12,6 @@
|
|||
* Creating of a keyspace on insufficient number of replicas should filter out gosspping-only members (CASSANDRA-17759)
|
||||
* Only use statically defined subcolumns when determining column definition for supercolumn cell (CASSANDRA-14113)
|
||||
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="3.11.14"/>
|
||||
<property name="base.version" value="3.11.15"/>
|
||||
<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 (3.11.15) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Mick Semb Wever <mck@apache.org> Wed, 19 Oct 2022 10:27:23 +0200
|
||||
|
||||
cassandra (3.11.14) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue