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/06 22:27:02 UTC

flume git commit: Updating CHANGELOG for 1.5.1 release

Repository: flume
Updated Branches:
  refs/heads/trunk efbf87fb6 -> 543c4c43d


Updating CHANGELOG for 1.5.1 release


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

Branch: refs/heads/trunk
Commit: 543c4c43d5bb04f99ea89cbe9c7c9ab4174563cb
Parents: efbf87f
Author: Hari Shreedharan <hs...@apache.org>
Authored: Thu Nov 6 13:26:02 2014 -0800
Committer: Hari Shreedharan <hs...@apache.org>
Committed: Thu Nov 6 13:26:14 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/flume/blob/543c4c43/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index e5def5d..7086807 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+Release Notes - Flume - Version v1.5.1
+
+** Bug
+    * [FLUME-2441] - Unit test TestHTTPSource.java failed with IBM JDK 1.7
+    * [FLUME-2520] - HTTP Source should be able to block a prefixed set of protocols.
+    * [FLUME-2533] - HTTPS tests fail on Java 6
+
+** Improvement
+    * [FLUME-2511] - Allow configuration of enabled protocols in Avro source and Rpc client
+
 Release Notes - Flume - Version v1.5.0.1
 
 ** Bug