diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index ab734cdf5d1..2ae87320e40 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -36,8 +36,8 @@ under the License.
will find instruction in the &PRODUCT; API Developer's Guide
- If you find any errors or problems in this guide, please see . We hope you enjoy
- working with &PRODUCT;!
+ If you find any errors or problems in this guide, please see .
+ We hope you enjoy working with &PRODUCT;!
Version 4.1.0
@@ -4399,9 +4399,10 @@ under the License.
CLOUDSTACK-2709
- Egress rules are are not supported on shared networks.
- >
+
+ Egress rules are are not supported on shared networks.
+
CLOUDSTACK-1747
@@ -4654,9 +4655,12 @@ under the License.
components.xml to be on the safe side.
- After upgrading to 4.1, API clients are expected to send plain text passwords for login and user creation, instead of MD5 hash. Incase, api client changes are not acceptable, following changes are to be made for backward compatibility:
- Modify componentsContext.xml, and make PlainTextUserAuthenticator as the default authenticator (1st entry in the userAuthenticators adapter list is default)
-
+ After upgrading to 4.1, API clients are expected to send plain text passwords for
+ login and user creation, instead of MD5 hash. Incase, api client changes are not
+ acceptable, following changes are to be made for backward compatibility:
+ Modify componentsContext.xml, and make PlainTextUserAuthenticator as the default
+ authenticator (1st entry in the userAuthenticators adapter list is default)
+
<!-- Security adapters -->
<bean id="userAuthenticators" class="com.cloud.utils.component.AdapterList">
<property name="Adapters">
@@ -4668,7 +4672,8 @@ under the License.
</property>
</bean>
- PlainTextUserAuthenticator works the same way MD5UserAuthenticator worked prior to 4.1.
+ PlainTextUserAuthenticator works the same way MD5UserAuthenticator worked prior to
+ 4.1.
If you are using Ubuntu, follow this procedure to upgrade your packages. If not,
@@ -5134,9 +5139,12 @@ service cloudstack-agent start
- After upgrading to 4.1, API clients are expected to send plain text passwords for login and user creation, instead of MD5 hash. Incase, api client changes are not acceptable, following changes are to be made for backward compatibility:
- Modify componentsContext.xml, and make PlainTextUserAuthenticator as the default authenticator (1st entry in the userAuthenticators adapter list is default)
-
+ After upgrading to 4.1, API clients are expected to send plain text passwords for
+ login and user creation, instead of MD5 hash. Incase, api client changes are not
+ acceptable, following changes are to be made for backward compatibility:
+ Modify componentsContext.xml, and make PlainTextUserAuthenticator as the default
+ authenticator (1st entry in the userAuthenticators adapter list is default)
+
<!-- Security adapters -->
<bean id="userAuthenticators" class="com.cloud.utils.component.AdapterList">
<property name="Adapters">
@@ -5148,7 +5156,8 @@ service cloudstack-agent start
</property>
</bean>
- PlainTextUserAuthenticator works the same way MD5UserAuthenticator worked prior to 4.1.
+ PlainTextUserAuthenticator works the same way MD5UserAuthenticator worked prior to
+ 4.1.
Start the first Management Server. Do not start any other Management Server nodes
@@ -5729,9 +5738,12 @@ service cloudstack-agent start
- After upgrading to 4.1, API clients are expected to send plain text passwords for login and user creation, instead of MD5 hash. Incase, api client changes are not acceptable, following changes are to be made for backward compatibility:
- Modify componentsContext.xml, and make PlainTextUserAuthenticator as the default authenticator (1st entry in the userAuthenticators adapter list is default)
-
+ After upgrading to 4.1, API clients are expected to send plain text passwords for
+ login and user creation, instead of MD5 hash. Incase, api client changes are not
+ acceptable, following changes are to be made for backward compatibility:
+ Modify componentsContext.xml, and make PlainTextUserAuthenticator as the default
+ authenticator (1st entry in the userAuthenticators adapter list is default)
+
<!-- Security adapters -->
<bean id="userAuthenticators" class="com.cloud.utils.component.AdapterList">
<property name="Adapters">
@@ -5743,7 +5755,8 @@ service cloudstack-agent start
</property>
</bean>
- PlainTextUserAuthenticator works the same way MD5UserAuthenticator worked prior to 4.1.
+ PlainTextUserAuthenticator works the same way MD5UserAuthenticator worked prior to
+ 4.1.
If you have made changes to your existing copy of the