Updated Branches: refs/heads/trunk cc585cc04 -> 5a6a3b9b5
FLUME-1698: Update RELEASE-NOTES (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/5a6a3b9b Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/5a6a3b9b Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/5a6a3b9b Branch: refs/heads/trunk Commit: 5a6a3b9b5557efdc306b4060313a26cac986e079 Parents: cc585cc Author: Brock Noland <[email protected]> Authored: Mon Nov 12 12:26:25 2012 -0600 Committer: Brock Noland <[email protected]> Committed: Mon Nov 12 12:26:25 2012 -0600 ---------------------------------------------------------------------- CHANGELOG | 2 +- RELEASE-NOTES | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/5a6a3b9b/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 3f7947b..15ca4c4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ Release Notes - Flume - Version v1.3.0 * [FLUME-1199] - Add HTTP Post Source * [FLUME-1371] - ElasticSearch Sink * [FLUME-1385] - Add a multiport syslog source + * [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 @@ -79,7 +80,6 @@ Release Notes - Flume - Version v1.3.0 * [FLUME-1420] - Exception should be thrown if we cannot instaniate an EventSerializer * [FLUME-1421] - PollableSourceRunner does not name it's thread * [FLUME-1422] - Fix "BarSource" Class Signature in Flume Developer Guide - * [FLUME-1424] - File Channel should support encryption * [FLUME-1426] - FileChannel Replay could be faster * [FLUME-1428] - File Channel should not consider a file as inactive until all takes are committed. * [FLUME-1432] - FileChannel should replay logs in the order they were written http://git-wip-us.apache.org/repos/asf/flume/blob/5a6a3b9b/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index be1bbcf..99eb57c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -Apache Flume 1.2.0 +Apache Flume 1.3.0 CONTENTS 1. What is Apache Flume @@ -18,8 +18,8 @@ uses a simple extensible data model that allows for online analytic application. 2. Status of this release -Apache Flume 1.2.0 is the first release of Flume as an Apache top-level project -(TLP). Apache Flume 1.2.0 is production-ready software. +Apache Flume 1.3.0 is the second release of Flume as an Apache top-level project +(TLP). Apache Flume 1.3.0 is production-ready software. 3. Major changes in this Release For a detailed list of changes, please see the CHANGELOG file included
