This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
new 25828cb Increment version to 3.0.27
25828cb is described below
commit 25828cb9b135d02fe462da3df81a30e2e6bd0536
Author: Mick Semb Wever <[email protected]>
AuthorDate: Fri Feb 11 11:03:51 2022 +0100
Increment version to 3.0.27
---
CHANGES.txt | 5 ++++-
build.xml | 2 +-
debian/changelog | 6 ++++++
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 2b9cf2a..f0fefb2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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)
diff --git a/build.xml b/build.xml
index 6dd09fe..a8fcaa6 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>
diff --git a/debian/changelog b/debian/changelog
index 6949bf4..91bb6f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (3.0.27) UNRELEASED; urgency=medium
+
+ * New release
+
+ -- Mick Semb Wever <[email protected]> Mon, 07 Feb 2022 13:12:52 +0100
+
cassandra (3.0.26) unstable; urgency=medium
* New release
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]