Merge branch 'cassandra-2.2' into cassandra-3.0

This commit is contained in:
Mick Semb Wever 2020-11-04 12:39:33 +01:00
commit b6ef9b22f2
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,8 @@
3.0.23:
3.0.24:
* Fix invalid cell value skipping when reading from disk (CASSANDRA-16223)
* Prevent invoking enable/disable gossip when not in NORMAL (CASSANDRA-16146)
3.0.23:
* Fix OOM when terminating repair session (CASSANDRA-15902)
* Avoid marking shutting down nodes as up after receiving gossip shutdown message (CASSANDRA-16094)
* Check SSTables for latest version before dropping compact storage (CASSANDRA-16063)

View File

@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="3.0.23"/>
<property name="base.version" value="3.0.24"/>
<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.24) UNRELEASED; urgency=medium
* New release
-- Mick Semb Wever <mck@apache.org> Thu, 29 Oct 2020 12:03:40 +0100
cassandra (3.0.23) unstable; urgency=medium
* New release