mirror of https://github.com/apache/cassandra
Increment version to 3.0.25
This commit is contained in:
parent
6748ecd63c
commit
f35ab19dbe
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue