Added RC2 content, with Whirr and CF info.
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/5142ba68 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/5142ba68 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/5142ba68 Branch: refs/heads/0.5.0 Commit: 5142ba687f75e8d8ae5189e392bbf49b42d608ad Parents: ae148d8 Author: David Toy <[email protected]> Authored: Fri Apr 19 12:33:28 2013 +0100 Committer: David Toy <[email protected]> Committed: Fri Apr 19 12:54:03 2013 +0100 ---------------------------------------------------------------------- docs/start/release-notes.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/5142ba68/docs/start/release-notes.md ---------------------------------------------------------------------- diff --git a/docs/start/release-notes.md b/docs/start/release-notes.md index eae54e1..7c19f1e 100644 --- a/docs/start/release-notes.md +++ b/docs/start/release-notes.md @@ -4,11 +4,21 @@ title: Release Notes toc: ../toc.json --- +## Brooklyn Version 0.5.0 RC2 (0.5.0-rc.2) + +* Fix compatibility issue with Java 7 builds +* Fix regression in HttpFeed: if polling same URL for multiple sensors, share the same http request. +* Fix rebind of nginx entity +* Fix redis install (was failing on some platforms) +* Fix doc build problems +* Fix Whirr cluster problems from rc.1 +* Cloud Foundry examples moved to [a separate repo](https://github.com/cloudsoft/brooklyn-cloudfoundry). + ## Brooklyn Version 0.5.0 RC1 (0.5.0-rc.1) -API Tidy on top of M2, using `init()` as the method to override when building composed Application and Entity classes. +* API Tidy on top of M2, using `init()` as the method to override when building composed Application and Entity classes. -There are known issues with Whirr clusters and the Cloud Foundry example (moving) which will be resolved for RC2. +* There are known issues with Whirr clusters and the Cloud Foundry example (moving) which will be resolved for RC2. ## Brooklyn Version 0.5.0 Milestone Two (0.5.0-M2)
