Merge branch 'cassandra-4.0' into trunk

This commit is contained in:
Brandon Williams 2021-05-26 13:57:40 -05:00
commit 855dcad75b
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
4.1
* GossiperTest.testHasVersion3Nodes didn't take into account trunk version changes, fixed to rely on latest version (CASSANDRA-16651)
Merged from 4.0:
* Keep python driver in artifacts (CASSANDRA-16700)
* Improve AuditLogging documentation and logback.xml(CASSANDRA-16682)
* Spin up SEPWorker threads whenever we grow the number of work permits(CASSANDRA-16668)
* Add a warning to cqlsh 6.0.0 that DESCRIBE does not work with a Cassandra 3.x servers (CASSANDRA-16652)

View File

@ -1185,6 +1185,11 @@
<exclude name="ide/nbproject/private/**" />
</tarfileset>
<!-- python driver -->
<tarfileset dir="${basedir}" prefix="${final.name}-src">
<include name="lib/cassandra-driver-internal-only-**" />
</tarfileset>
<!-- Shell includes in bin/ and tools/bin/ -->
<tarfileset dir="${basedir}" prefix="${final.name}-src">
<include name="bin/*.in.sh" />