diff --git a/CHANGES.txt b/CHANGES.txt index 8954614de2..97268583ba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,7 @@ * ReadCommandController should close fast to avoid deadlock when building secondary index (CASSANDRA-19564) * Redact security-sensitive information in system_views.settings (CASSANDRA-20856) Merged from 4.0: + * Switch lz4-java to at.yawk.lz4 version due to CVE (CASSANDRA-20152) * Restrict BytesType compatibility to scalar types only (CASSANDRA-20982) * Backport fix to nodetool gcstats output for direct memory (CASSANDRA-21037) * ArrayIndexOutOfBoundsException with repaired data tracking and counters (CASSANDRA-20871) diff --git a/NEWS.txt b/NEWS.txt index 2506aa2602..208e9ce912 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -51,8 +51,17 @@ restore snapshots created with the previous major version using the 'sstableloader' tool. You can upgrade the file format of your snapshots using the provided 'sstableupgrade' tool. -4.1.7 -===== +4.1.11 +====== + +Upgrading +--------- + - This release addresses a security vulnerability in the LZ4 dependency, documented in CASSANDRA-21052. For users + who did not use LZ4 native libraries, this will now fallback to a safer but less performant pure Java + implementation. During startup, a warning will be logged if the LZ4 native library is not available. + +4.0.14 +====== Upgrading --------- diff --git a/build.xml b/build.xml index bb33058ec8..680ae259d6 100644 --- a/build.xml +++ b/build.xml @@ -562,7 +562,7 @@ - + @@ -844,7 +844,7 @@ relativePath="${final.name}-parent.pom"/> - +