You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2022/12/05 16:11:24 UTC

[cassandra] branch cassandra-4.1 updated (cc4c8a3637 -> 8889b27c9c)

This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a change to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from cc4c8a3637 Merge branch 'cassandra-4.0' into cassandra-4.1
     new 92019df4d8 Suppress CVE-2022-41854 and similar
     new b7762e2aa2 Merge branch 'cassandra-3.0' into cassandra-3.11
     new c2bbee2020 Merge branch 'cassandra-3.11' into cassandra-4.0
     new 8889b27c9c Merge branch 'cassandra-4.0' into cassandra-4.1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .build/dependency-check-suppressions.xml | 1 +
 CHANGES.txt                              | 1 +
 2 files changed, 2 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra] 01/01: Merge branch 'cassandra-4.0' into cassandra-4.1

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 8889b27c9cfd7820a4a7d31b4fb63d2059b35ff9
Merge: cc4c8a3637 c2bbee2020
Author: Brandon Williams <br...@apache.org>
AuthorDate: Mon Dec 5 10:08:09 2022 -0600

    Merge branch 'cassandra-4.0' into cassandra-4.1

 .build/dependency-check-suppressions.xml | 1 +
 CHANGES.txt                              | 1 +
 2 files changed, 2 insertions(+)

diff --cc CHANGES.txt
index 967cbc0f22,fc0d9fb2c6..4b26f3a24e
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,21 -1,15 +1,22 @@@
 -4.0.8
 - * Harden parsing of boolean values in CQL in PropertyDefinitions (CASSANDRA-17878)
 - * Fix error message about type hints (CASSANDRA-17915)
 - * Fix possible race condition on repair snapshots (CASSANDRA-17955)
 - * Fix ASM bytecode version inconsistency (CASSANDRA-17873)
 +4.1.0
 +Merged from 4.0:
  Merged from 3.11:
 - * Fix Splitter sometimes creating more splits than requested (CASSANDRA-18013)
  Merged from 3.0:
+  * Suppress CVE-2022-41854 and similar (CASSANDRA-18083)
 - * Fix running Ant rat targets without git (CASSANDRA-17974)
  
 -4.0.7
 +
 +4.1-rc1
 + * Avoid schema mismatch problems on memtable API misconfiguration (CASSANDRA-18040)
 + * Start Paxos auto repair in CassandraDaemon (CASSANDRA-18029)
 + * Restore streaming_keep_alive_period on the netty control streaming channel (CASSANDRA-17768)
 + * Move Schema.FORCE_LOAD_KEYSPACES and Schema.FORCE_LOAD_KEYSPACES_PROP to CassandraRelevantProps (CASSANDRA-17783)
 + * Add --resolve-ip option to nodetool gossipinfo (CASSANDRA-17934)
 + * Allow pre-V5 global limit on bytes in flight to revert to zero asynchronously in RateLimitingTest (CASSANDRA-17927)
 +Merged from 4.0:
 + * Harden parsing of boolean values in CQL in PropertyDefinitions (CASSANDRA-17878)
 + * Fix error message about type hints (CASSANDRA-17915)
 + * Fix possible race condition on repair snapshots (CASSANDRA-17955)
 + * Fix ASM bytecode version inconsistency (CASSANDRA-17873)
   * 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)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org