From d0ba9522daf2db2a16cfffcd9f0a84ca53845b68 Mon Sep 17 00:00:00 2001 From: Sylvain Lebresne Date: Thu, 15 Sep 2011 14:24:36 +0000 Subject: [PATCH] Update changelog git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@1171107 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 5 ++++- NEWS.txt | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index ff42be04ad..021588a4fe 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/NEWS.txt b/NEWS.txt index 23b7714217..6765e5941d 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -5,6 +5,7 @@ Features -------- - describe_ring now returns both the listen_address and rpc_address + 0.8.5 =====