You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by hs...@apache.org on 2014/11/12 21:02:51 UTC

[2/2] flume git commit: Update CHANGELOG for 1.5.2

Update CHANGELOG for 1.5.2


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/619e78fe
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/619e78fe
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/619e78fe

Branch: refs/heads/trunk
Commit: 619e78fe68658db242808a18f41ee5137b127748
Parents: 2b2ac63
Author: Hari Shreedharan <hs...@apache.org>
Authored: Wed Nov 12 12:00:53 2014 -0800
Committer: Hari Shreedharan <hs...@apache.org>
Committed: Wed Nov 12 12:02:27 2014 -0800

----------------------------------------------------------------------
 CHANGELOG | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/619e78fe/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 7086807..cc73213 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+Release Notes - Flume - Version v1.5.2
+
+** Bug
+    * [FLUME-2547] - Removing SSLv2Hello causes Java 6 clients to break
+
+** Sub-task
+    * [FLUME-2548] - Enable SSLv2Hello for Avro Source and NettyAvroRpcClient
+    * [FLUME-2549] - Enable SSLv2Hello for HttpSource
+
+** Improvement
+    * [FLUME-2551] - Add dev-support to src tarball
+
 Release Notes - Flume - Version v1.5.1
 
 ** Bug