Updated Branches: refs/heads/cassandra-1.0 c1f125b9b -> d7e40a1cd
Fix mistake in NEWS file Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d7e40a1c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d7e40a1c Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d7e40a1c Branch: refs/heads/cassandra-1.0 Commit: d7e40a1cdd3394ea5f5178e1b01ff693a0f173c2 Parents: c1f125b Author: Sylvain Lebresne <[email protected]> Authored: Thu Jan 12 10:30:25 2012 +0100 Committer: Sylvain Lebresne <[email protected]> Committed: Thu Jan 12 10:30:25 2012 +0100 ---------------------------------------------------------------------- NEWS.txt | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/d7e40a1c/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 2356faa..2c29606 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -15,6 +15,13 @@ Upgrading --------- - Nothing specific to 1.0.7, please report to instruction for 1.0.6 +Other +----- + - Adds new setstreamthroughput to nodetool to configure streaming + throttling + - Adds JMX property to get/set rpc_timeout_in_ms at runtime + - Allow configuring (per-CF) bloom_filter_fp_chance + 1.0.6 ===== @@ -29,13 +36,6 @@ Upgrading setting the right value and then run scrub on the column family. - Please report to instruction for 1.0.5 if coming from an older version. -Other ------ - - Adds new setstreamthroughput to nodetool to configure streaming - throttling - - Adds JMX property to get/set rpc_timeout_in_ms at runtime - - Allow configuring (per-CF) bloom_filter_fp_chance - 1.0.5 =====
