Prepare for 4.1-rc1

This commit is contained in:
Mick Semb Wever 2022-11-17 10:55:14 +01:00
parent 9f58d76f38
commit 6be7fed242
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
4.1-beta2
4.1-rc1
* Avoid schema mismatch problems on memtable API misconfiguration (CASSANDRA-18040)
* Start Paxos auto repair in CassandraDaemon (CASSANDRA-18029)
* Restore streaming_keep_alive_period on the netty control streaming channel (CASSANDRA-17768)
* Move Schema.FORCE_LOAD_KEYSPACES and Schema.FORCE_LOAD_KEYSPACES_PROP to CassandraRelevantProps (CASSANDRA-17783)

View File

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

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
cassandra (4.1~beta2) UNRELEASED; urgency=medium
cassandra (4.1~rc1) UNRELEASED; urgency=medium
* New release