Return-Path: Delivered-To: apmail-incubator-chukwa-commits-archive@www.apache.org Received: (qmail 55723 invoked from network); 26 Dec 2010 00:21:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Dec 2010 00:21:33 -0000 Received: (qmail 59895 invoked by uid 500); 26 Dec 2010 00:21:33 -0000 Delivered-To: apmail-incubator-chukwa-commits-archive@incubator.apache.org Received: (qmail 59874 invoked by uid 500); 26 Dec 2010 00:21:33 -0000 Mailing-List: contact chukwa-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@incubator.apache.org Delivered-To: mailing list chukwa-commits@incubator.apache.org Received: (qmail 59866 invoked by uid 99); 26 Dec 2010 00:21:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Dec 2010 00:21:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sun, 26 Dec 2010 00:21:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E8FFD23888E7; Sun, 26 Dec 2010 00:21:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052821 - /incubator/chukwa/trunk/CHANGES.txt Date: Sun, 26 Dec 2010 00:21:12 -0000 To: chukwa-commits@incubator.apache.org From: eyang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101226002112.E8FFD23888E7@eris.apache.org> Author: eyang Date: Sun Dec 26 00:21:12 2010 New Revision: 1052821 URL: http://svn.apache.org/viewvc?rev=1052821&view=rev Log: CHUKWA-568. Moved from json.jar library to JSON Simple library for SystemMetrics demux parser and add tags column family. (Eric Yang) Modified: incubator/chukwa/trunk/CHANGES.txt Modified: incubator/chukwa/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/CHANGES.txt?rev=1052821&r1=1052820&r2=1052821&view=diff ============================================================================== --- incubator/chukwa/trunk/CHANGES.txt (original) +++ incubator/chukwa/trunk/CHANGES.txt Sun Dec 26 00:21:12 2010 @@ -76,6 +76,8 @@ Trunk (unreleased changes) BUG FIXES + CHUKWA-568. Moved from json.jar library to JSON Simple library for SystemMetrics demux parser and add tags column family. (Eric Yang) + CHUKWA-231. Update default view to show graph explorer and remove deprecated widgets. (Eric Yang) CHUKWA-7. Handle pid in /tmp in case CHUKWA_HOME is not defined. (Ari Rabkin via Eric Yang)