mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.11' into cassandra-4.0
This commit is contained in:
commit
8ca0af32f3
|
|
@ -1,3 +1,6 @@
|
|||
4.0.18
|
||||
|
||||
|
||||
4.0.17
|
||||
* Fix autocompletion for role names/user names (CASSANDRA-20175)
|
||||
* Re-apply: Tighten up permission on system keyspaces (CASSANDRA-20090)
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="4.0.17"/>
|
||||
<property name="base.version" value="4.0.18"/>
|
||||
<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"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
assandra (4.0.18) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Mick Semb Wever <mck@apache.org> Thu, 07 Feb 2025 10:44:49 +0100
|
||||
|
||||
cassandra (4.0.17) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue