From a958f2a8b92bdebc5c1511eccd86f25c3e478ff4 Mon Sep 17 00:00:00 2001 From: Sylvain Lebresne Date: Fri, 27 Jul 2012 17:14:32 +0200 Subject: [PATCH] Update versions, news and changes for 1.0.11 release --- CHANGES.txt | 5 +++++ NEWS.txt | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 7348a99bfc..899500d1af 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 diff --git a/NEWS.txt b/NEWS.txt index b1d8969014..a393c2ddba 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 =====