Prepare for 4.1-alpha1

ref: https://lists.apache.org/thread/hm2ljw4cpwvlb2hf79hpg78s74w39of0
This commit is contained in:
Mick Semb Wever 2022-05-20 13:55:34 +02:00
parent c1d163abad
commit 33b6a3d0f9
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
3 changed files with 3 additions and 3 deletions

View File

@ -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)

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"/>
<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"/>

2
debian/changelog vendored
View File

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