mirror of https://github.com/apache/cassandra
Increment version to 3.0.27
This commit is contained in:
parent
b18adcba1a
commit
25828cb9b1
|
|
@ -1,4 +1,7 @@
|
|||
3.0.26:
|
||||
3.0.27
|
||||
|
||||
|
||||
3.0.26
|
||||
* Fix conversion from megabits to bytes in streaming rate limiter (CASSANDRA-17243)
|
||||
* Upgrade logback to 1.2.9 (CASSANDRA-17204)
|
||||
* Avoid race in AbstractReplicationStrategy endpoint caching (CASSANDRA-16673)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="3.0.26"/>
|
||||
<property name="base.version" value="3.0.27"/>
|
||||
<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.27) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Mick Semb Wever <mck@apache.org> Mon, 07 Feb 2022 13:12:52 +0100
|
||||
|
||||
cassandra (3.0.26) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue