Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68E3E928B for ; Wed, 18 Apr 2012 16:39:35 +0000 (UTC) Received: (qmail 329 invoked by uid 500); 18 Apr 2012 16:39:34 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 220 invoked by uid 500); 18 Apr 2012 16:39:34 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 99847 invoked by uid 99); 18 Apr 2012 16:39:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 16:39:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 32707D4BB; Wed, 18 Apr 2012 16:39:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jbellis@apache.org To: commits@cassandra.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/8] git commit: update CHANGES, NEWS Message-Id: <20120418163934.32707D4BB@tyr.zones.apache.org> Date: Wed, 18 Apr 2012 16:39:34 +0000 (UTC) update CHANGES, NEWS Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/057ea862 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/057ea862 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/057ea862 Branch: refs/heads/trunk Commit: 057ea86206fb8307aee3b422421d9ca3c06142da Parents: 795e441 Author: Jonathan Ellis Authored: Wed Apr 18 11:32:01 2012 -0500 Committer: Jonathan Ellis Committed: Wed Apr 18 11:39:14 2012 -0500 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ NEWS.txt | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/057ea862/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 54e5e41..5c140ea 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -22,9 +22,11 @@ Merged from 1.0: * avoid streaming empty files with bulk loader if sstablewriter errors out (CASSANDRA-3946) + * fix stress build (CASSANDRA-4140) 1.1-rc1 + * Include stress tool in binary builds (CASSANDRA-4103) * (Hadoop) fix wide row iteration when last row read was deleted (CASSANDRA-4154) * fix read_repair_chance to really default to 0.1 in the cli (CASSANDRA-4114) http://git-wip-us.apache.org/repos/asf/cassandra/blob/057ea862/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 0b5b82b..8fb9324 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -78,6 +78,8 @@ Features - Off-heap caches no longer require JNA. - Streaming is now multithreaded. - Compactions may now be aborted via JMX or nodetool. + - The stress tool is not new in 1.1, but it is newly included in + binary builds as well as the source tree 1.0.8