mirror of https://github.com/apache/cassandra
Add cqlshrc.sample and credentials.sample into Debian package
The underlying functionality for credentials.sample was firstly introduced in Cassandra 4.1 patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-18818
This commit is contained in:
parent
ce49e775f7
commit
6c7ed52bb2
|
|
@ -1,4 +1,5 @@
|
|||
3.0.30
|
||||
* Add cqlshrc.sample and credentials.sample into Debian package (CASSANDRA-18818)
|
||||
* Refactor validation logic in StorageService.rebuild (CASSANDRA-18803)
|
||||
* Make alternation of a user type validate the same way as creation of a user type does (CASSANDRA-18585)
|
||||
* Backport of CASSANDRA-16905 Further restrict schema column drop/recreate conversions (CASSANDRA-18760)
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ conf/logback.xml etc/cassandra
|
|||
conf/logback-tools.xml etc/cassandra
|
||||
conf/jvm.options etc/cassandra
|
||||
conf/hotspot_compiler etc/cassandra
|
||||
conf/cqlshrc.sample etc/cassandra
|
||||
conf/triggers/* etc/cassandra/triggers
|
||||
debian/cassandra.in.sh usr/share/cassandra
|
||||
debian/cassandra.conf etc/security/limits.d
|
||||
|
|
|
|||
Loading…
Reference in New Issue