increment version to 4.1.5

This commit is contained in:
Stefan Miklosovic 2024-02-14 21:06:53 +01:00
parent 89a8155916
commit a9a7dd0caf
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
3 changed files with 13 additions and 1 deletions

View File

@ -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)

View File

@ -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"/>

6
debian/changelog vendored
View File

@ -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