You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:44:00 UTC

[11/50] brooklyn-docs git commit: point to 0.5.0-rc1 and 0.6.0-snapshot

point to 0.5.0-rc1 and 0.6.0-snapshot


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/b17ad9e5
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/b17ad9e5
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/b17ad9e5

Branch: refs/heads/0.5.0
Commit: b17ad9e53f5c0f8102cb389dd39b7c0f0b7cea42
Parents: 3f3b228
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Apr 2 11:01:14 2013 -0700
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Apr 2 11:02:21 2013 -0700

----------------------------------------------------------------------
 docs/meta/versions.md       | 6 ++++--
 docs/start/release-notes.md | 7 +++++++
 2 files changed, 11 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/b17ad9e5/docs/meta/versions.md
----------------------------------------------------------------------
diff --git a/docs/meta/versions.md b/docs/meta/versions.md
index d76d259..c1a8443 100644
--- a/docs/meta/versions.md
+++ b/docs/meta/versions.md
@@ -73,9 +73,11 @@ This is the archived documentation for Brooklyn v{{ site.brooklyn-version }}
 
 ### Version History
 
-* **[MASTER](/v/0.5.0-SNAPSHOT)**: includes new JS GUI and REST API, rebind/persistence support, cleaner naming conventions, more entities
+* **[MASTER](/v/0.6.0-SNAPSHOT)**: no major changes yet since 0.5.0-rc.1
 
-* **[v0.4.0](/v/0.4.0/)**: current RC of first GA release, supporting wide range of entities and examples
+* **[MASTER](/v/0.5.0-rc.1)**: includes new JS GUI and REST API, rebind/persistence support, cleaner model and naming conventions, more entities (Apr 2013)
+
+* **[v0.4.0](/v/0.4.0/)**: initial public GA release of Brooklyn to Maven Central, supporting wide range of entities and examples (Jan 2013)
 
 
 

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/b17ad9e5/docs/start/release-notes.md
----------------------------------------------------------------------
diff --git a/docs/start/release-notes.md b/docs/start/release-notes.md
index 72da090..d0deb92 100644
--- a/docs/start/release-notes.md
+++ b/docs/start/release-notes.md
@@ -4,6 +4,13 @@ title: Release Notes
 toc: ../../toc.json
 ---
 
+## 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.
+
+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)
 
 ### Introduction