Update versions, news and changes for 1.0.11 release

This commit is contained in:
Sylvain Lebresne 2012-07-27 17:14:32 +02:00 committed by Jonathan Ellis
parent 38e5cf73d6
commit a958f2a8b9
2 changed files with 6 additions and 0 deletions

View File

@ -163,6 +163,11 @@ Merged from 1.0:
* 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 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

View File

@ -22,6 +22,7 @@ Features
- the cqlsh COPY command can now export to CSV flat files
- added a new tools/bin/token-generator to facilitate generating evenly distributed tokens
1.1.2
=====