Author: jbellis
Date: Sat Jul 10 18:04:48 2010
New Revision: 962898

URL: http://svn.apache.org/viewvc?rev=962898&view=rev
Log:
update CHANGES, NEWS

Modified:
    cassandra/trunk/CHANGES.txt
    cassandra/trunk/NEWS.txt

Modified: cassandra/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/cassandra/trunk/CHANGES.txt?rev=962898&r1=962897&r2=962898&view=diff
==============================================================================
--- cassandra/trunk/CHANGES.txt (original)
+++ cassandra/trunk/CHANGES.txt Sat Jul 10 18:04:48 2010
@@ -37,6 +37,8 @@ dev
  * remove gossip message size limit (CASSANDRA-1138)
  * add joining/leaving status to nodetool ring (CASSANDRA-1115)
  * allow multiple repair sessions per node (CASSANDRA-1190)
+ * add dynamic endpoint snitch (CASSANDRA-981)
+ * optimize away MessagingService for local range queries (CASSANDRA-1261)
 
 
 0.6.4

Modified: cassandra/trunk/NEWS.txt
URL: 
http://svn.apache.org/viewvc/cassandra/trunk/NEWS.txt?rev=962898&r1=962897&r2=962898&view=diff
==============================================================================
--- cassandra/trunk/NEWS.txt (original)
+++ cassandra/trunk/NEWS.txt Sat Jul 10 18:04:48 2010
@@ -20,6 +20,7 @@ Features
     - keyspace is per-connection in the thrift API instead of per-call
     - optional round-robin scheduling between keyspaces for multitenant
       clusters
+    - dynamic endpoint snitch mitigates the impact of impaired nodes
 
 Configuraton
 ------------


Reply via email to