update CHANGES, NEWS

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@962898 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2010-07-10 18:04:48 +00:00
parent c6b166836a
commit 5bfac1a13b
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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
------------