mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
1923e6955a
|
|
@ -1,6 +1,7 @@
|
||||||
3.11.16
|
3.11.16
|
||||||
* Remove unnecessary String.format invocation in QueryProcessor when getting a prepared statement from cache (CASSANDRA-17202)
|
* Remove unnecessary String.format invocation in QueryProcessor when getting a prepared statement from cache (CASSANDRA-17202)
|
||||||
Merged from 3.0:
|
Merged from 3.0:
|
||||||
|
* Remove dh_python use in Debian packaging (CASSANDRA-18558)
|
||||||
* Pass down all contact points to driver for cassandra-stress (CASSANDRA-18025)
|
* Pass down all contact points to driver for cassandra-stress (CASSANDRA-18025)
|
||||||
* Validate the existence of a datacenter in nodetool rebuild (CASSANDRA-14319)
|
* Validate the existence of a datacenter in nodetool rebuild (CASSANDRA-14319)
|
||||||
* Suppress CVE-2023-2251 (CASSANDRA-18497)
|
* Suppress CVE-2023-2251 (CASSANDRA-18497)
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,6 @@ install: build
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_installdirs
|
dh_installdirs
|
||||||
dh_install
|
dh_install
|
||||||
dh_python2
|
|
||||||
|
|
||||||
# Copy in the jar and symlink to something stable
|
# Copy in the jar and symlink to something stable
|
||||||
dh_install build/apache-cassandra-$(VERSION).jar \
|
dh_install build/apache-cassandra-$(VERSION).jar \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue