Increment version to 3.0.25

This commit is contained in:
Alex Petrov 2021-02-01 15:59:15 +01:00
parent 6748ecd63c
commit f35ab19dbe
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,6 @@
3.0.25:
3.0.24:
* Prevent unbounded number of pending flushing tasks; Add PendingFlushTasks metric (CASSANDRA-16261)
* Improve empty hint file handling during startup (CASSANDRA-16162)

View File

@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="3.0.24"/>
<property name="base.version" value="3.0.25"/>
<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 (3.0.25) UNRELEASED; urgency=medium
* New release
-- Alex Petrov <ifesdjeen@apache.org> Mon, 29 Feb 2021 15:58:00 +0100
cassandra (3.0.24) unstable; urgency=medium
* New release