Return-Path: X-Original-To: apmail-flume-commits-archive@www.apache.org Delivered-To: apmail-flume-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 4B245D294 for ; Thu, 15 Nov 2012 22:29:10 +0000 (UTC) Received: (qmail 61647 invoked by uid 500); 15 Nov 2012 22:29:10 -0000 Delivered-To: apmail-flume-commits-archive@flume.apache.org Received: (qmail 61619 invoked by uid 500); 15 Nov 2012 22:29:10 -0000 Mailing-List: contact commits-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list commits@flume.apache.org Received: (qmail 61610 invoked by uid 99); 15 Nov 2012 22:29:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2012 22:29:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 04351313B4B; Thu, 15 Nov 2012 22:29:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brock@apache.org To: commits@flume.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: FLUME-1716: Update CHANGELOG for rc3 Message-Id: <20121115222910.04351313B4B@tyr.zones.apache.org> Date: Thu, 15 Nov 2012 22:29:09 +0000 (UTC) Updated Branches: refs/heads/flume-1.3.0 a2f7c8ef8 -> 656e04998 FLUME-1716: Update CHANGELOG for rc3 (Brock Noland via Brock Noland) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/656e0499 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/656e0499 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/656e0499 Branch: refs/heads/flume-1.3.0 Commit: 656e049981df62316e0a817382087297209bf2f3 Parents: a2f7c8e Author: Brock Noland Authored: Thu Nov 15 16:28:05 2012 -0600 Committer: Brock Noland Committed: Thu Nov 15 16:28:24 2012 -0600 ---------------------------------------------------------------------- CHANGELOG | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/656e0499/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 15ca4c4..13488ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ Release Notes - Flume - Version v1.3.0 * [FLUME-1424] - File Channel should support encryption * [FLUME-1488] - Load Balancing RPC client should support exponential backoff of failed nodes * [FLUME-1537] - Dump RollingFileSink's counter status when agent stops + * [FLUME-1657] - Regex Extractor Interceptor ** Improvement * [FLUME-946] - Allow multiplexing channel selector to specify optional channels. @@ -53,6 +54,10 @@ Release Notes - Flume - Version v1.3.0 * [FLUME-1684] - Re-enable empty file unit test * [FLUME-1689] - BodyTextSerializer should allow an option not to add a newline to each serialized event * [FLUME-1692] - MultiportSyslogTCPSource user documentation and nickname + * [FLUME-1707] - Update FlumeDevGuide + * [FLUME-1706] - Website for 1.3 fails to build + * [FLUME-1698] - Update RELEASE-NOTES + * [FLUME-1711] - Update Flume User Guide ** Bug * [FLUME-1208] - Hbase sink should be built only in Hadoop-1.0 profile @@ -138,6 +143,8 @@ Release Notes - Flume - Version v1.3.0 * [FLUME-1673] - MonitoredCounterGroup publishes this reference to platform MBean server in constructor * [FLUME-1683] - Fix Time Granularity Bug in SpoolingFileLineReader * [FLUME-1690] - Elastic Search Sink doesn't run it's unit tests + * [FLUME-1712] - Regex Extractor Interceptor tests have timezone issues + * [FLUME-1705] - SpoolDirectory short name points at the wrong class ** Test * [FLUME-1492] - Create integration test for file channel