mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.0' into trunk
This commit is contained in:
commit
855dcad75b
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue