increment to version 7.0

CASSANDRA-21319
This commit is contained in:
mck 2026-04-19 19:33:39 +02:00
parent daadd25fb2
commit 176b9b17a4
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
4 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,6 @@
7.0
6.0-alpha2
* Change default for cassandra.set_sep_thread_name to false to reduce CPU usage (CASSANDRA-21089)
* Avoid permission checks for masked columns when the table doesn't have any (CASSANDRA-21299)

View File

@ -74,6 +74,18 @@ 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.
7.0
===
New features
------------
Upgrading
---------
Deprecation
-----------
6.0
===

View File

@ -33,7 +33,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="6.0-alpha2"/>
<property name="base.version" value="7.0"/>
<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 (7.0) unstable; urgency=medium
* New release
-- Mick Semb Wever <mck@apache.org> Sat, 21 Mar 2026 23:45:40 +0100
cassandra (6.0~alpha1) unstable; urgency=medium
* New release