Repository: flume Updated Branches: refs/heads/flume-1.5 ab00f5c5d -> c74804226
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/c7480422 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/c7480422 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/c7480422 Branch: refs/heads/flume-1.5 Commit: c74804226bcee59823c0cbc09cdf803a3d9e6920 Parents: ab00f5c 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:02 2014 -0800 ---------------------------------------------------------------------- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/c7480422/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
