Return-Path: X-Original-To: apmail-chukwa-commits-archive@www.apache.org Delivered-To: apmail-chukwa-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 43E5D112E6 for ; Thu, 24 Apr 2014 04:42:15 +0000 (UTC) Received: (qmail 70438 invoked by uid 500); 24 Apr 2014 04:42:15 -0000 Delivered-To: apmail-chukwa-commits-archive@chukwa.apache.org Received: (qmail 70425 invoked by uid 500); 24 Apr 2014 04:42:14 -0000 Mailing-List: contact commits-help@chukwa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chukwa.apache.org Delivered-To: mailing list commits@chukwa.apache.org Received: (qmail 70380 invoked by uid 99); 24 Apr 2014 04:42:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 04:42:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 04:42:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5D8B4238889B; Thu, 24 Apr 2014 04:41:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1589583 - /chukwa/trunk/CHANGES.txt Date: Thu, 24 Apr 2014 04:41:51 -0000 To: commits@chukwa.apache.org From: shreyas@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140424044151.5D8B4238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: shreyas Date: Thu Apr 24 04:41:50 2014 New Revision: 1589583 URL: http://svn.apache.org/r1589583 Log: CHUKWA-710. Corrected the category of this item in CHANGES.txt Modified: chukwa/trunk/CHANGES.txt Modified: chukwa/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/chukwa/trunk/CHANGES.txt?rev=1589583&r1=1589582&r2=1589583&view=diff ============================================================================== --- chukwa/trunk/CHANGES.txt (original) +++ chukwa/trunk/CHANGES.txt Thu Apr 24 04:41:50 2014 @@ -12,8 +12,6 @@ Release 0.6 - Unreleased NEW FEATURES - CHUKWA-710. Set TCP socket reuse option for server sockets - CHUKWA-699. Updated timeline widget stylesheet. (Eric Yang) CHUKWA-697. Added generic heatmap REST API and visualization. (Eric Yang) @@ -56,6 +54,8 @@ Release 0.6 - Unreleased BUGS + CHUKWA-710. Set TCP socket reuse option for server sockets + CHUKWA-694. Improve demux configuration processing in HBaseWriter. (Eric Yang) CHUKWA-692. Fixed race condition of agent startup in TestExecAdaptor. (Eric Yang)