Update versions, news and changes for 1.0.11 release
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a958f2a8 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a958f2a8 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a958f2a8 Branch: refs/heads/cassandra-1.1 Commit: a958f2a8b92bdebc5c1511eccd86f25c3e478ff4 Parents: 38e5cf7 Author: Sylvain Lebresne <[email protected]> Authored: Fri Jul 27 17:14:32 2012 +0200 Committer: Jonathan Ellis <[email protected]> Committed: Tue Jul 31 11:22:51 2012 -0500 ---------------------------------------------------------------------- CHANGES.txt | 5 +++++ NEWS.txt | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/a958f2a8/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 7348a99..899500d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 http://git-wip-us.apache.org/repos/asf/cassandra/blob/a958f2a8/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index b1d8969..a393c2d 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -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 =====
