mirror of https://github.com/apache/cassandra
Prepare for 4.1-rc1
This commit is contained in:
parent
9f58d76f38
commit
6be7fed242
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cassandra (4.1~beta2) UNRELEASED; urgency=medium
|
||||
cassandra (4.1~rc1) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue