Merge branch 'cassandra-3.11' into cassandra-4.0

This commit is contained in:
Stefan Miklosovic 2025-02-04 09:52:51 +01:00
commit 8e28dd0c17
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,6 @@
4.0.17
4.0.16
* Tighten up permissions in dc authorizers (CASSANDRA-20225)
* CBUtil serialization of UTF8 does not handle all UTF8 properly (CASSANDRA-20234)

View File

@ -34,7 +34,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="4.0.16"/>
<property name="base.version" value="4.0.17"/>
<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"/>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (4.0.17) UNRELEASED; urgency=medium
* New release
-- Stefan Miklosovic <smiklosovic@apache.org> Tue, 04 Feb 2025 09:43:30 +0100
cassandra (4.0.16) unstable; urgency=medium
* New release