mirror of https://github.com/apache/cassandra
Increment version to 4.1-alpha2
This commit is contained in:
parent
0f83fff992
commit
1ca7a11dd0
|
|
@ -1,3 +1,10 @@
|
|||
4.1-alpha2
|
||||
Merged from 4.0:
|
||||
* silence benign SslClosedEngineException (CASSANDRA-17565)
|
||||
Merged from 3.11:
|
||||
Merged from 3.0:
|
||||
|
||||
|
||||
4.1-alpha1
|
||||
* Handle config parameters upper bound on startup; Fix auto_snapshot_ttl and paxos_purge_grace_period min unit validations (CASSANDRA-17571)
|
||||
* Fix leak of non-standard Java types in our Exceptions as clients using JMX are unable to handle them.
|
||||
|
|
@ -168,7 +175,6 @@
|
|||
* GossiperTest.testHasVersion3Nodes didn't take into account trunk version changes, fixed to rely on latest version (CASSANDRA-16651)
|
||||
* Update JNA library to 5.9.0 and snappy-java to version 1.1.8.4 (CASSANDRA-17040)
|
||||
Merged from 4.0:
|
||||
* silence benign SslClosedEngineException (CASSANDRA-17565)
|
||||
Merged from 3.11:
|
||||
Merged from 3.0:
|
||||
* Fix issue where frozen maps may not be serialized in the correct order (CASSANDRA-17623)
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="4.1-alpha1"/>
|
||||
<property name="base.version" value="4.1-alpha2"/>
|
||||
<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,3 +1,9 @@
|
|||
cassandra (4.1~alpha2) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Mick Semb Wever <mck@apache.org> Fri, 20 May 2022 22:02:50 +0200
|
||||
|
||||
cassandra (4.1~alpha1) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue