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 <[email protected]> Authored: Thu Nov 6 13:26:02 2014 -0800 Committer: Hari Shreedharan <[email protected]> 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
