From 4bab12c5785da040ddd4403e29797b4333613e2c Mon Sep 17 00:00:00 2001 From: Mick Semb Wever Date: Sun, 1 May 2022 23:42:53 +0200 Subject: [PATCH] ninja-fix: CHANGES.txt for new 4.0.4 release candidate --- CHANGES.txt | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 03e25a8410..2b9cd5a408 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,17 +1,5 @@ -4.0.5 - * Optimise BTree build,update and transform operations (CASSANDRA-15510) -3.11.13 - * Upgrade jackson-databind to 2.13.2.2 (CASSANDRA-17556) - * Upgrade slf4j to 1.7.25 (CASSANDRA-17474) - * Upgrade jackson to 2.13.2 (CASSANDRA-17492) - * emit warning on keyspace creation when replication factor is bigger than the number of nodes (CASSANDRA-16747) - * Fix snapshot true size calculation (CASSANDRA-17267) - * Validate existence of DCs when repairing (CASSANDRA-17407) - * dropping of a materialized view creates a snapshot with dropped- prefix (CASSANDRA-17415) -Merged from 3.0: - * Schema mutations may not be completed on drain (CASSANDRA-17524) - 4.0.4 + * Optimise BTree build,update and transform operations (CASSANDRA-15510) * Clean up schema migration coordinator and tests (CASSANDRA-17533) * Shut repair task executor down without interruption to avoid compromising shared channel proxies (CASSANDRA-17466) * Generate valid KEYSPACE / MATERIALIZED VIEW for CQL for views (CASSANDRA-17266) @@ -29,7 +17,16 @@ Merged from 3.0: * Fix snapshot true size calculation (CASSANDRA-17267) * dropping of a materialized view creates a snapshot with dropped- prefix (CASSANDRA-17415) * Validate existence of DCs when repairing (CASSANDRA-17407) +Merged from 3.11.13: + * Upgrade jackson-databind to 2.13.2.2 (CASSANDRA-17556) + * Upgrade slf4j to 1.7.25 (CASSANDRA-17474) + * Upgrade jackson to 2.13.2 (CASSANDRA-17492) + * emit warning on keyspace creation when replication factor is bigger than the number of nodes (CASSANDRA-16747) + * Fix snapshot true size calculation (CASSANDRA-17267) + * Validate existence of DCs when repairing (CASSANDRA-17407) + * dropping of a materialized view creates a snapshot with dropped- prefix (CASSANDRA-17415) Merged from 3.0: + * Schema mutations may not be completed on drain (CASSANDRA-17524) * Fix data corruption in AbstractCompositeType due to static boolean byte buffers (CASSANDRA-14752) * Add procps dependency to RPM/Debian packages (CASSANDRA-17516) * Suppress CVE-2021-44521 (CASSANDRA-17492)