Merge branch 'cassandra-3.0' into cassandra-3.11

This commit is contained in:
Brandon Williams 2022-02-28 07:45:48 -06:00
commit a4c9a408e6
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,9 @@
<cve>CVE-2021-21290</cve>
<cve>CVE-2021-21295</cve>
<cve>CVE-2021-21409</cve>
<cve>CVE-2021-37136</cve>
<cve>CVE-2021-37137</cve>
<cve>CVE-2021-43797</cve>
</suppress>
<!-- https://issues.apache.org/jira/browse/CASSANDRA-14183 -->

View File

@ -1,5 +1,6 @@
3.11.13
Merged from 3.0:
* Suppress inapplicable CVEs (CASSANDRA-17368)
* Fix flaky test - test_cqlsh_completion.TestCqlshCompletion (CASSANDRA-17338)
* Fixed TestCqlshOutput failing tests (CASSANDRA-17386)
* Lazy transaction log replica creation allows incorrect replica content divergence during anticompaction (CASSANDRA-17273)