mirror of https://github.com/apache/cassandra
Update versions, news and changes for 1.0.11 release
This commit is contained in:
parent
38e5cf73d6
commit
a958f2a8b9
|
|
@ -163,6 +163,11 @@ Merged from 1.0:
|
||||||
* Oversize integer in CQL throws NumberFormatException (CASSANDRA-4291)
|
* Oversize integer in CQL throws NumberFormatException (CASSANDRA-4291)
|
||||||
* fix 1.0.x node join to mixed version cluster, other nodes >= 1.1 (CASSANDRA-4195)
|
* fix 1.0.x node join to mixed version cluster, other nodes >= 1.1 (CASSANDRA-4195)
|
||||||
* Fix LCS splitting sstable base on uncompressed size (CASSANDRA-4419)
|
* Fix LCS splitting sstable base on uncompressed size (CASSANDRA-4419)
|
||||||
|
* Push the validation of secondary index values to the SecondaryIndexManager (CASSANDRA-4240)
|
||||||
|
* Don't purge columns during upgradesstables (CASSANDRA-4462)
|
||||||
|
* Make cqlsh work with piping (CASSANDRA-4113)
|
||||||
|
* Validate arguments for nodetool decommission (CASSANDRA-4061)
|
||||||
|
* Report thrift status in nodetool info (CASSANDRA-4010)
|
||||||
|
|
||||||
|
|
||||||
1.1.0-final
|
1.1.0-final
|
||||||
|
|
|
||||||
1
NEWS.txt
1
NEWS.txt
|
|
@ -22,6 +22,7 @@ Features
|
||||||
- the cqlsh COPY command can now export to CSV flat files
|
- the cqlsh COPY command can now export to CSV flat files
|
||||||
- added a new tools/bin/token-generator to facilitate generating evenly distributed tokens
|
- added a new tools/bin/token-generator to facilitate generating evenly distributed tokens
|
||||||
|
|
||||||
|
|
||||||
1.1.2
|
1.1.2
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue