mirror of https://github.com/apache/cassandra
Increment version to 4.0.9
This commit is contained in:
parent
4e0aad3319
commit
7b079503eb
|
|
@ -1,3 +1,8 @@
|
|||
4.0.9
|
||||
* Split and order IDEA workspace template VM_PARAMETERS (CASSANDRA-18242)
|
||||
Merged from 3.11:
|
||||
Merged from 3.0:
|
||||
|
||||
4.0.8
|
||||
* Log warning message on aggregation queries without key or on multiple keys (CASSANDRA-18219)
|
||||
* Fix the output of FQL dump tool to properly separate entries (CASSANDRA-18215)
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="4.0.8"/>
|
||||
<property name="base.version" value="4.0.9"/>
|
||||
<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.9) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Stefan Miklosovic <smiklosovic@apache.org> Wed, 15 Feb 2023 08:05:12 +0100
|
||||
|
||||
cassandra (4.0.8) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue