Merge branch 'cassandra-2.1.0' into cassandra-2.1
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8aed4196 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8aed4196 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/8aed4196 Branch: refs/heads/trunk Commit: 8aed4196d2f23f5c1207a92d23f47aa5868b9015 Parents: fcb79b7 a932b62 Author: Sylvain Lebresne <[email protected]> Authored: Fri Aug 8 12:50:44 2014 +0200 Committer: Sylvain Lebresne <[email protected]> Committed: Fri Aug 8 12:50:44 2014 +0200 ---------------------------------------------------------------------- CHANGES.txt | 1 + build.xml | 5 +++++ debian/rules | 1 + 3 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/8aed4196/CHANGES.txt ---------------------------------------------------------------------- diff --cc CHANGES.txt index 2bd8667,9ebb8cd..0398235 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,25 -1,5 +1,26 @@@ +2.1.1 + * Avoid IOOBE when building SyntaxError message snippet (CASSANDRA-7569) + * SSTableExport uses correct validator to create string representation of partition + keys (CASSANDRA-7498) + * Avoid NPEs when receiving type changes for an unknown keyspace (CASSANDRA-7689) + * Add support for custom 2i validation (CASSANDRA-7575) + * Pig support for hadoop CqlInputFormat (CASSANDRA-6454) + * Add listen_interface and rpc_interface options (CASSANDRA-7417) + * Improve schema merge performance (CASSANDRA-7444) + * Adjust MT depth based on # of partition validating (CASSANDRA-5263) + * Optimise NativeCell comparisons (CASSANDRA-6755) + * Configurable client timeout for cqlsh (CASSANDRA-7516) + * Include snippet of CQL query near syntax error in messages (CASSANDRA-7111) +Merged from 2.0: + * Fix IncompatibleClassChangeError from hadoop2 (CASSANDRA-7229) + * Add 'nodetool sethintedhandoffthrottlekb' (CASSANDRA-7635) + * (cqlsh) Add tab-completion for CREATE/DROP USER IF [NOT] EXISTS (CASSANDRA-7611) + * Catch errors when the JVM pulls the rug out from GCInspector (CASSANDRA-5345) + * cqlsh fails when version number parts are not int (CASSANDRA-7524) + + 2.1.0-final + * Include stress yaml example in release and deb (CASSANDRA-7717) * workaround for netty issue causing corrupted data off the wire (CASSANDRA-7695) * cqlsh DESC CLUSTER fails retrieving ring information (CASSANDRA-7687) * Fix binding null values inside UDT (CASSANDRA-7685) http://git-wip-us.apache.org/repos/asf/cassandra/blob/8aed4196/build.xml ----------------------------------------------------------------------
