Update changelog

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@1171107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sylvain Lebresne 2011-09-15 14:24:36 +00:00
parent dba3a64482
commit d0ba9522da
2 changed files with 5 additions and 1 deletions

View File

@ -18,9 +18,12 @@
* Fix using read_repair_chance instead of merge_shard_change (CASSANDRA-3202)
* Avoid streaming data to nodes that already have it, on move as well as
decommission (CASSANDRA-3041)
* Fix divide by zero error in GCInspector
* Fix divide by zero error in GCInspector (CASSANDRA-3164)
* allow quoting of the ColumnFamily name in CLI `create column family`
statement (CASSANDRA-3195)
* Fix rolling upgrade from 0.7 to 0.8 problem (CASANDRA-3166)
* Accomodate missing encryption_options in IncomingTcpConnection.stream
(CASSANDRA-3212)
0.8.5

View File

@ -5,6 +5,7 @@ Features
--------
- describe_ring now returns both the listen_address and rpc_address
0.8.5
=====