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:32 UTC

[43/50] brooklyn-docs git commit: Minor final tweaks to Release Notes.

Minor final tweaks to Release Notes.


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

Branch: refs/heads/0.5.0
Commit: 9c64790a9888023a3724c800a3f4d2d763154028
Parents: 07da387
Author: David Toy <d...@vidtoy.co.uk>
Authored: Wed May 8 18:23:40 2013 +0100
Committer: David Toy <d...@vidtoy.co.uk>
Committed: Wed May 8 18:29:02 2013 +0100

----------------------------------------------------------------------
 docs/start/release-notes.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/9c64790a/docs/start/release-notes.md
----------------------------------------------------------------------
diff --git a/docs/start/release-notes.md b/docs/start/release-notes.md
index 8d7a934..0acbe3f 100644
--- a/docs/start/release-notes.md
+++ b/docs/start/release-notes.md
@@ -13,7 +13,7 @@ Thanks also go to Brooklyn's commercial users. Already Brooklyn has been adopted
 New Features
 ------------
 
-The major changes between 0.4.*x* and 0.5 are:
+The major changes between 0.4.x and 0.5 are:
 
 * "Rebind" suppport: allow Brooklyn to restart and re-binding to the entities in the applications.
   The state is automatically persisted as entities change, so Brooklyn can survive unexpected termination
@@ -53,7 +53,7 @@ The major changes between 0.4.*x* and 0.5 are:
 Backwards Compatibility
 ---------------------
 
-For upgrading from 0.4.*x* to 0.5.0:
+When upgrading to 0.5.0 from 0.4.x or 0.5.0-M1:
 
 * Entity classes have been renamed, e.g. `MySqlNode` is now an interface and the implementationis `MySqlNodeImpl`.
 
@@ -67,6 +67,4 @@ For upgrading from 0.4.*x* to 0.5.0:
 
   * Usernames can be overridden in brooklyn.properties or using system properties. For example, by entering `brooklyn.location.named.acmecloud.user=root` in brooklyn.properties or using the command syntax `-Dbrooklyn.location.named.acmecloud.user=root`.
 
-    `brooklyn.jclouds.aws-ec2.user=root` could also be used to apply user=root to all aws-ec2 VMs.
-
-* Some deprecated code has been deleted. All of this code was commented in 0.4.0 with text such as "will be deleted in 0.5". Where code has been deprecated in 0.5.0, there are javadoc comments indicating what should be used instead. 
+* Some deprecated code has been deleted. All of this code was commented in 0.4.0 with text such as "will be deleted in 0.5". Where code has been deprecated in 0.5.0, there are javadoc comments indicating what should be used instead. 
\ No newline at end of file