You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by mp...@apache.org on 2012/07/09 06:53:37 UTC

svn commit: r1358909 - in /flume/trunk: DEVNOTES DISCLAIMER README RELEASE-NOTES

Author: mpercy
Date: Mon Jul  9 04:53:36 2012
New Revision: 1358909

URL: http://svn.apache.org/viewvc?rev=1358909&view=rev
Log:
APACHE-BUILD. Update various files to prepare for 1.2.0 release.

 - Indicate Flume is a TLP.
 - Update version numbers and related info to reflect 1.2.0 release & status.
 - Remove incubator disclaimer file.

(Mike Percy)

Removed:
    flume/trunk/DISCLAIMER
Modified:
    flume/trunk/DEVNOTES
    flume/trunk/README
    flume/trunk/RELEASE-NOTES

Modified: flume/trunk/DEVNOTES
URL: http://svn.apache.org/viewvc/flume/trunk/DEVNOTES?rev=1358909&r1=1358908&r2=1358909&view=diff
==============================================================================
--- flume/trunk/DEVNOTES (original)
+++ flume/trunk/DEVNOTES Mon Jul  9 04:53:36 2012
@@ -31,7 +31,7 @@ The files exclusions in `.gitignore` are
 
 === Prerequisites
 
-You need to have Apache Maven installed.
+You need to have Apache Maven 3.x installed.
 
 === Using Maven
 

Modified: flume/trunk/README
URL: http://svn.apache.org/viewvc/flume/trunk/README?rev=1358909&r1=1358908&r2=1358909&view=diff
==============================================================================
--- flume/trunk/README (original)
+++ flume/trunk/README Mon Jul  9 04:53:36 2012
@@ -8,15 +8,17 @@ mechanisms. The system is centrally mana
 management. It uses a simple extensible data model that allows for online
 analytic application.
 
-The Flume-NG is refactoring of the first generation Flume to solve certain
-known issues and limitations of the original design. This is considered a
-preview release; bugs should be expected.
+The Apache Flume 1.x (NG) code line is a refactoring of the first generation
+Flume to solve certain known issues and limitations of the original design.
 
 Apache Flume is open-sourced under the Apache Software Foundation License v2.0.
 
-h2.  Documentation
+h2. Documentation
 
-Flume NG guide and FAQ are available here:
+Documentation is included in the binary distribution under the docs directory.
+In source form, it can be found in the flume-ng-doc directory.
+
+The Flume 1.x guide and FAQ are available here:
 
 * https://cwiki.apache.org/FLUME/flume-ng.html
 * https://cwiki.apache.org/confluence/display/FLUME/Getting+Started
@@ -34,10 +36,10 @@ h2. Compiling Flume
 
 Compiling Flume requires the following tools:
 
-* Java JDK 1.6
-* Apache Maven
+* Oracle Java JDK 1.6
+* Apache Maven 3.x
 
 To compile Flume, run `mvn compile`.
-To build a distribution, run `mvn package`.
+To build a distribution, run `mvn install`.
 
-The final Flume distribution artifact will be in $project/flume-ng-dist/target/.
+The final Flume distribution artifacts will be in $project/flume-ng-dist/target/.

Modified: flume/trunk/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/flume/trunk/RELEASE-NOTES?rev=1358909&r1=1358908&r2=1358909&view=diff
==============================================================================
--- flume/trunk/RELEASE-NOTES (original)
+++ flume/trunk/RELEASE-NOTES Mon Jul  9 04:53:36 2012
@@ -1,4 +1,4 @@
-Apache Flume 1.0.0-incubating
+Apache Flume 1.2.0
 
 CONTENTS
 1. What is Apache Flume
@@ -7,7 +7,6 @@ CONTENTS
 4. How to Get Involved
 5. How to Report Issues
 
-
 1. What is Apache Flume
 Flume is a distributed, reliable, and available service for
 efficiently collecting, aggregating, and moving large amounts of log
@@ -19,26 +18,23 @@ uses a simple extensible data model that
 application.
 
 2. Status of this release
-This release of Apache Flume is the first release within the Apache
-Incubator, and is labelled and should be considered as an alpha version.
-This means that we do not guarantee any stability, that API and features
-are still likely to change until a final release version.
-This is a 'source-only' release, which means no binary artifacts will
-be distributed as part of the 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.
 
 3. Major changes in this Release
-This section describes the changes between Flume 0.9.x and this version.
-This new codebase of Flume (aka Flume-NG) is refactoring of the first
-generation Flume to solve certain known issues and limitations of the
-original design. It's not backward compatible with previous
-Flume versions (0.9.x) in terms of the configuration as well as plugings.
-More detailed documentation of Flume-NG, please visit
-https://cwiki.apache.org/confluence/display/FLUME/Getting+Started
+For a detailed list of changes, please see the CHANGELOG file included
+in this distribution.
+
+Apache Flume versions 1.0.0 and greater represent a major refactoring of the
+Flume codebase and are not backwards compatible with the 0.9.x series of Flume
+releases. However, the developers of Flume strive to maintain backwards
+compatibility within the 1.x codeline.
 
 4. How to Get Involved
 The Apache Flume project really needs and appreciates any contributions,
 including documentation help, source code and feedback. If you are interested
-in contributing, please visit https://cwiki.apache.org/FLUME/flume-ng.html
+in contributing, please visit:
+https://cwiki.apache.org/confluence/display/FLUME/How+to+Contribute
 
 5. How to Report Issues
 The Apache Flume project uses JIRA for issue tracking. Please report any issues