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 A92A0D172 for ; Thu, 15 Nov 2012 22:28:56 +0000 (UTC) Received: (qmail 61314 invoked by uid 500); 15 Nov 2012 22:28:56 -0000 Delivered-To: apmail-flume-commits-archive@flume.apache.org Received: (qmail 61259 invoked by uid 500); 15 Nov 2012 22:28:56 -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 61250 invoked by uid 99); 15 Nov 2012 22:28:56 -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:28:56 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5F7CB313B44; Thu, 15 Nov 2012 22:28:56 +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: <20121115222856.5F7CB313B44@tyr.zones.apache.org> Date: Thu, 15 Nov 2012 22:28:56 +0000 (UTC) Updated Branches: refs/heads/flume-1.4 868a9a1cd -> 4a4eb35ae 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/4a4eb35a Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/4a4eb35a Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/4a4eb35a Branch: refs/heads/flume-1.4 Commit: 4a4eb35aee2c00b672077f46a47c135e29424c80 Parents: 868a9a1 Author: Brock Noland Authored: Thu Nov 15 16:28:05 2012 -0600 Committer: Brock Noland Committed: Thu Nov 15 16:28:21 2012 -0600 ---------------------------------------------------------------------- CHANGELOG | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/4a4eb35a/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