Prepare debian changelog for 3.0.27, bump version to 3.0.28

This commit is contained in:
Mick Semb Wever 2022-05-14 01:24:37 +02:00
parent 5d427ff6e5
commit f20f17b4a7
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
3 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,8 @@
3.0.27
3.0.28
* fsync TOC and digest files (CASSANDRA-10709)
3.0.27
* Fix URISyntaxException in nodetool with updated Java (CASSANDRA-17581)
* Schema mutations may not be completed on drain (CASSANDRA-17524)
* Fix data corruption in AbstractCompositeType due to static boolean byte buffers (CASSANDRA-14752)

View File

@ -33,7 +33,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="3.0.27"/>
<property name="base.version" value="3.0.28"/>
<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"/>

10
debian/changelog vendored
View File

@ -1,8 +1,14 @@
cassandra (3.0.27) UNRELEASED; urgency=medium
cassandra (3.0.28) UNRELEASED; urgency=medium
* New release
-- Mick Semb Wever <mck@apache.org> Mon, 07 Feb 2022 13:12:52 +0100
-- Mick Semb Wever <mck@apache.org> Fri, 06 May 2022 16:19:37 +0200
cassandra (3.0.27) unstable; urgency=medium
* New release
-- Mick Semb Wever <mck@apache.org> Fri, 06 May 2022 16:19:37 +0200
cassandra (3.0.26) unstable; urgency=medium