Updated Branches: refs/heads/cassandra-1.2 d8c4e89b3 -> e40bc759c refs/heads/cassandra-2.0 32dbe5825 -> cf83c81d8 refs/heads/trunk e4d447240 -> 6772247f8
CHANGES Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e40bc759 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e40bc759 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e40bc759 Branch: refs/heads/cassandra-1.2 Commit: e40bc759cd34bd6d8839bd115d5b395842410759 Parents: d8c4e89 Author: Jonathan Ellis <[email protected]> Authored: Wed Dec 4 16:59:16 2013 -0600 Committer: Jonathan Ellis <[email protected]> Committed: Wed Dec 4 16:59:16 2013 -0600 ---------------------------------------------------------------------- CHANGES.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/e40bc759/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 8e6cffa..09a3b07 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,9 +5,11 @@ * Don't list CQL3 table in CLI describe even if named explicitely (CASSANDRA-5750) * cqlsh: quote single quotes in strings inside collections (CASSANDRA-6172) * Improve gossip performance for typical messages (CASSANDRA-6409) - * Throw IRE if a prepared has more markers than supported (CASSANDRA-5598) + * Throw IRE if a prepared statement has more markers than supported + (CASSANDRA-5598) * Expose Thread metrics for the native protocol server (CASSANDRA-6234) - * Change snapshot response message verb (CASSANDRA-6415) + * Change snapshot response message verb to INTERNAL to avoid dropping it + (CASSANDRA-6415) * Warn when collection read has > 65K elements (CASSANDRA-5428)
