You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2013/12/05 00:57:04 UTC

[02/10] git commit: CHANGES

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-2.0
Commit: e40bc759cd34bd6d8839bd115d5b395842410759
Parents: d8c4e89
Author: Jonathan Ellis <jb...@apache.org>
Authored: Wed Dec 4 16:59:16 2013 -0600
Committer: Jonathan Ellis <jb...@apache.org>
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)