mirror of https://github.com/apache/cassandra
Increment version to 4.0.11 and 4.1.3
This commit is contained in:
parent
4555b94345
commit
71b79cfbe3
|
|
@ -1,3 +1,7 @@
|
|||
4.0.11
|
||||
Merged from 3.11:
|
||||
Merged from 3.0:
|
||||
|
||||
4.0.10
|
||||
* Improve nodetool enable{audit,fullquery}log (CASSANDRA-18550)
|
||||
* Report network cache info in nodetool (CASSANDRa-18400)
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="4.0.10"/>
|
||||
<property name="base.version" value="4.0.11"/>
|
||||
<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;a=tree"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
cassandra (4.0.11) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Mick Semb Wever <mck@apache.org> Thu, 25 May 2023 14:44:07 +0200
|
||||
|
||||
cassandra (4.0.10) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue