update {CHANGES,NEWS}.txt

Patch by eevans for CASSANDRA-1066

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@981139 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2010-08-01 04:07:16 +00:00
parent 05ba306d84
commit 51780266e7
2 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,8 @@ dev
* keep persistent row size and column count statistics (CASSANDRA-1155)
* add IntegerType (CASSANDRA-1282)
* page within a single row during hinted handoff (CASSANDRA-1327)
* push DatacenterShardStrategy configuration into keyspace definition,
eliminating datacenter.properties. (CASSANDRA-1066)
0.6.5

View File

@ -47,6 +47,9 @@ Configuraton
has been added.
- RowWarningThresholdInMB replaced with in_memory_compaction_limit_in_mb
- GCGraceSeconds is now per-ColumnFamily instead of global
- Configuration of DatacenterShardStrategy is now a part of the keyspace
definition using the strategy_options attribute.
The datacenter.properties file is no longer used.
JMX
---