Merge branch 'cassandra-3.11' into trunk

This commit is contained in:
Mick Semb Wever 2020-08-31 21:01:25 +02:00
commit fc87d3e0ab
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,5 @@
4.0-beta3
4.0-beta2
* Add addition incremental repair visibility to nodetool repair_admin (CASSANDRA-14939)
* Always access system properties and environment variables via the new CassandraRelevantProperties and CassandraRelevantEnv classes (CASSANDRA-15876)

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (4.0~beta3) unstable; urgency=medium
* New release
--
cassandra (4.0~beta2) unstable; urgency=medium
* New release