mirror of https://github.com/apache/cassandra
Prepare for 4.1-alpha1
ref: https://lists.apache.org/thread/hm2ljw4cpwvlb2hf79hpg78s74w39of0
This commit is contained in:
parent
c1d163abad
commit
33b6a3d0f9
|
|
@ -1,4 +1,4 @@
|
|||
4.1
|
||||
4.1-alpha1
|
||||
* Fix leak of non-standard Java types in our Exceptions as clients using JMX are unable to handle them.
|
||||
Remove useless validation that leads to unnecessary additional read of cassandra.yaml on startup (CASSANDRA-17638)
|
||||
* Fix repair_request_timeout_in_ms and remove paxos_auto_repair_threshold_mb (CASSANDRA-17557)
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="4.1"/>
|
||||
<property name="base.version" value="4.1-alpha1"/>
|
||||
<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) UNRELEASED; urgency=medium
|
||||
cassandra (4.1~alpha1) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue