mirror of https://github.com/apache/cassandra
increment version to 4.1.5
This commit is contained in:
parent
89a8155916
commit
a9a7dd0caf
|
|
@ -1,3 +1,9 @@
|
|||
4.1.5
|
||||
Merged from 4.0:
|
||||
Merged from 3.11:
|
||||
Merged from 3.0:
|
||||
|
||||
|
||||
4.1.4
|
||||
* Memoize Cassandra verion and add a backoff interval for failed schema pulls (CASSANDRA-18902)
|
||||
* Fix StackOverflowError on ALTER after many previous schema changes (CASSANDRA-19166)
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="4.1.4"/>
|
||||
<property name="base.version" value="4.1.5"/>
|
||||
<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.1.5) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Stefan Miklosovic <smiklosovic@apache.org> Wed, 14 Feb 2024 21:02:09 +0100
|
||||
|
||||
cassandra (4.1.4) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue