Updated Branches: refs/heads/trunk e559fe1a3 -> b92359b51
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/b92359b5 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/b92359b5 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/b92359b5 Branch: refs/heads/trunk Commit: b92359b51da4a5a0e0ea836fec8eb4e093d797fd Parents: e559fe1 Author: Brock Noland <[email protected]> Authored: Thu Nov 15 16:28:05 2012 -0600 Committer: Brock Noland <[email protected]> Committed: Thu Nov 15 16:28:05 2012 -0600 ---------------------------------------------------------------------- CHANGELOG | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/b92359b5/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
