update CHANGES, NEWS

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@964996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2010-07-17 02:12:22 +00:00
parent a393b92731
commit cc75e26aba
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ dev
(CASSANDRA-685)
* make framed transport the default so malformed requests can't OOM the
server (CASSANDRA-475)
* significantly faster reads from row cache (CASSANDRA-1267)
0.6.4

View File

@ -21,6 +21,7 @@ Features
- optional round-robin scheduling between keyspaces for multitenant
clusters
- dynamic endpoint snitch mitigates the impact of impaired nodes
- significantly faster reads from row cache
Configuraton
------------