Author: hshreedharan
Date: Wed Jan 2 23:25:21 2013
New Revision: 1428109
URL: http://svn.apache.org/viewvc?rev=1428109&view=rev
Log:
Updating site for 1.3.1 release
Added:
flume/site/trunk/content/sphinx/releases/1.3.1.rst (with props)
Modified:
flume/site/trunk/content/sphinx/download.rst
flume/site/trunk/content/sphinx/releases/index.rst
Modified: flume/site/trunk/content/sphinx/download.rst
URL:
http://svn.apache.org/viewvc/flume/site/trunk/content/sphinx/download.rst?rev=1428109&r1=1428108&r2=1428109&view=diff
==============================================================================
--- flume/site/trunk/content/sphinx/download.rst (original)
+++ flume/site/trunk/content/sphinx/download.rst Wed Jan 2 23:25:21 2013
@@ -12,8 +12,8 @@ originals on the main distribution serve
:header: "", "Mirrors", "Checksum", "Signature"
:widths: 25, 25, 25, 25
- "Apache Flume binary (tar.gz)", `apache-flume-1.3.0-bin.tar.gz
<http://www.apache.org/dyn/closer.cgi/flume/1.3.0/apache-flume-1.3.0-bin.tar.gz>`_,
`apache-flume-1.3.0-bin.tar.gz.md5
<http://www.us.apache.org/dist/flume/1.3.0/apache-flume-1.3.0-bin.tar.gz.md5>`_,
`apache-flume-1.3.0-bin.tar.gz.asc
<http://www.us.apache.org/dist/flume/1.3.0/apache-flume-1.3.0-bin.tar.gz.asc>`_
- "Apache Flume source (tar.gz)", `apache-flume-1.3.0-src.tar.gz
<http://www.apache.org/dyn/closer.cgi/flume/1.3.0/apache-flume-1.3.0-src.tar.gz>`_,
`apache-flume-1.3.0-src.tar.gz.md5
<http://www.us.apache.org/dist/flume/1.3.0/apache-flume-1.3.0-src.tar.gz.md5>`_,
`apache-flume-1.3.0-src.tar.gz.asc
<http://www.us.apache.org/dist/flume/1.3.0/apache-flume-1.3.0-src.tar.gz.asc>`_
+ "Apache Flume binary (tar.gz)", `apache-flume-1.3.1-bin.tar.gz
<http://www.apache.org/dyn/closer.cgi/flume/1.3.1/apache-flume-1.3.1-bin.tar.gz>`_,
`apache-flume-1.3.1-bin.tar.gz.md5
<http://www.us.apache.org/dist/flume/1.3.1/apache-flume-1.3.1-bin.tar.gz.md5>`_,
`apache-flume-1.3.1-bin.tar.gz.asc
<http://www.us.apache.org/dist/flume/1.3.1/apache-flume-1.3.1-bin.tar.gz.asc>`_
+ "Apache Flume source (tar.gz)", `apache-flume-1.3.1-src.tar.gz
<http://www.apache.org/dyn/closer.cgi/flume/1.3.1/apache-flume-1.3.1-src.tar.gz>`_,
`apache-flume-1.3.1-src.tar.gz.md5
<http://www.us.apache.org/dist/flume/1.3.1/apache-flume-1.3.1-src.tar.gz.md5>`_,
`apache-flume-1.3.1-src.tar.gz.asc
<http://www.us.apache.org/dist/flume/1.3.1/apache-flume-1.3.1-src.tar.gz.asc>`_
It is essential that you verify the integrity of the downloaded files using
the PGP or MD5 signatures. Please read
`Verifying Apache HTTP Server Releases
<http://httpd.apache.org/dev/verification.html>`_ for more information on
@@ -25,9 +25,9 @@ as well as the asc signature file for th
Then verify the signatures using::
% gpg --import KEYS
- % gpg --verify apache-flume-1.3.0-src.tar.gz.asc
+ % gpg --verify apache-flume-1.3.1-src.tar.gz.asc
-Apache Flume 1.3.0 is signed by Brock Noland 8E991CC5
+Apache Flume 1.3.1 is signed by Hari Shreedharan 77FFC9AB
Alternatively, you can verify the MD5 signature on the files. A unix program
called md5 or md5sum is included in many
unix distributions.
Added: flume/site/trunk/content/sphinx/releases/1.3.1.rst
URL:
http://svn.apache.org/viewvc/flume/site/trunk/content/sphinx/releases/1.3.1.rst?rev=1428109&view=auto
==============================================================================
--- flume/site/trunk/content/sphinx/releases/1.3.1.rst (added)
+++ flume/site/trunk/content/sphinx/releases/1.3.1.rst Wed Jan 2 23:25:21 2013
@@ -0,0 +1,41 @@
+=============
+Version 1.3.1
+=============
+
+.. rubric:: Status of this release
+
+This release is the third release of Apache Flume as an Apache top level
project and
+is the second release that is considered ready for production use. This
release is
+primarily a maintenance release, meant to address some performance
+issues discovered in Flume 1.3.0.
+
+.. rubric:: Release Documentation
+
+* `Flume User Guide <content/1.3.1/FlumeUserGuide.pdf>`_
+* `Flume Developer Guide <content/1.3.1/FlumeDeveloperGuide.pdf>`_
+* `API Documentation <content/1.3.1/apidocs/index.html>`_
+
+.. rubric:: Changes
+
+
+** Bug
+ * [FLUME-1761] - FileChannel can NPE when log metadata file is empty
+ * [FLUME-1763] - FileChannel Checkpoints should not be done without free
space
+ * [FLUME-1773] - File Channel worker thread should not be daemon
+ * [FLUME-1774] - EventBackingStoreFactory error message asks user to
delete checkpoint which is now done automatically
+ * [FLUME-1775] - FileChannel Log Background worker should catch Throwable
+ * [FLUME-1788] - Flume Thrift source can fail intermittently because of a
race condition in Thrift server implementation on some Linux systems
+ * [FLUME-1789] - Unit tests TestJCEFileKeyProvider and
TestFileChannelEncryption fail with IBM JDK and flume-1.3.0
+ * [FLUME-1795] - Flume thrift legacy source does not have proper logging
configured
+
+
+
+** Improvement
+ * [FLUME-1571] - Channels should check for positive capacity and
transaction capacity values
+ * [FLUME-1699] - Make the rename of the meta file platform neutral
+ * [FLUME-1762] - File Channel should recover automatically if the
checkpoint is incomplete or bad by deleting the contents of the checkpoint
directory
+ * [FLUME-1790] - Commands in EncryptionTestUtils comments require high
encryption pack to be installed
+ * [FLUME-1794] - FileChannel check for full disks in the background
+
+
+
Propchange: flume/site/trunk/content/sphinx/releases/1.3.1.rst
------------------------------------------------------------------------------
svn:eol-style = native
Modified: flume/site/trunk/content/sphinx/releases/index.rst
URL:
http://svn.apache.org/viewvc/flume/site/trunk/content/sphinx/releases/index.rst?rev=1428109&r1=1428108&r2=1428109&view=diff
==============================================================================
--- flume/site/trunk/content/sphinx/releases/index.rst (original)
+++ flume/site/trunk/content/sphinx/releases/index.rst Wed Jan 2 23:25:21 2013
@@ -3,13 +3,13 @@ Releases
.. rubric:: Current Release
-The current stable release is :doc:`1.3.0`.
+The current stable release is :doc:`1.3.1`.
.. toctree::
:maxdepth: 1
:hidden:
- 1.3.0
+ 1.3.1
.. rubric:: Older Releases
@@ -17,6 +17,7 @@ The current stable release is :doc:`1.3.
:maxdepth: 1
:glob:
+ 1.3.0
1.2.0
1.1.0
1.0.0