Increment version to 3.0.27

This commit is contained in:
Mick Semb Wever 2022-02-11 11:03:51 +01:00
parent b18adcba1a
commit 25828cb9b1
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
3 changed files with 11 additions and 2 deletions

View File

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

View File

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

6
debian/changelog vendored
View File

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