Repository: flume Updated Branches: refs/heads/flume-1.6 c2b953449 -> 67d900cc2
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/67d900cc Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/67d900cc Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/67d900cc Branch: refs/heads/flume-1.6 Commit: 67d900cc215aafe1d0dd50a4f1b71ac7c5a2c73e Parents: c2b9534 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:22 2014 -0800 ---------------------------------------------------------------------- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/67d900cc/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
