Author: smumford
Date: 2010-11-09 02:30:31 -0500 (Tue, 09 Nov 2010)
New Revision: 4972
Modified:
epp/docs/branches/EPP_5_1_Branch/Release_Notes/en-US/5.1.0_Release_Notes.xml
epp/docs/branches/EPP_5_1_Branch/Release_Notes/en-US/Revision_History.xml
Log:
JBEPP-603: Added more JIRA descriptions. Split Issues Fixed into Product, Upstream and New
Features
Modified: epp/docs/branches/EPP_5_1_Branch/Release_Notes/en-US/5.1.0_Release_Notes.xml
===================================================================
---
epp/docs/branches/EPP_5_1_Branch/Release_Notes/en-US/5.1.0_Release_Notes.xml 2010-11-08
18:26:14 UTC (rev 4971)
+++
epp/docs/branches/EPP_5_1_Branch/Release_Notes/en-US/5.1.0_Release_Notes.xml 2010-11-09
07:30:31 UTC (rev 4972)
@@ -17,9 +17,9 @@
</section>
<section id="sect-Release_Notes-New_Features_and_Components">
- <title>New Features and Component Upgrades</title>
+ <title>New and Upgraded Components</title>
<variablelist
id="vari-Release_Notes-New_Features_and_Components-New_Features">
- <title>New Features</title>
+ <title>New Components</title>
<varlistentry>
<term>Site Publisher extension</term>
<listitem>
@@ -33,7 +33,7 @@
</varlistentry>
</variablelist>
<variablelist
id="vari-Release_Notes-New_Features_and_Components-Component_Upgrades_in_VERSION_MICRO">
- <title><emphasis role="bold">Component
Upgrades</emphasis></title>
+ <title><emphasis role="bold">Upgraded
Components</emphasis></title>
<varlistentry>
<term>WSRP</term>
<listitem>
@@ -239,6 +239,17 @@
<variablelist>
<title><emphasis role="bold">Issues fixed in the
product:</emphasis></title>
<varlistentry>
+ <term><ulink type="http"
url="https://jira.jboss.org/browse/JBEPP-508" /></term>
+ <listitem>
+ <para>
+ A naming duplication in the pre-packaged "Simplest Hello
World" and "IDM Hello World" portlet examples caused an Illegal Argument
Exception when both of the portlet examples were deployed.
+ </para>
+ <para>
+ The isses was resolved by renaming the xxxx portlet to yyyy.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><ulink type="http"
url="https://jira.jboss.org/browse/JBEPP-513"></ulink>...
<listitem>
<para>
@@ -326,9 +337,86 @@
</para>
</listitem>
</varlistentry>
- </variablelist>
+ <varlistentry>
+ <term><ulink type="http"
url="https://jira.jboss.org/browse/JBEPP-533"></ulink>...
+ <listitem>
+ <para>
+ Prior to this release, running &PRODUCT;, configured with LDAP,
in a clustered configuration (using the startup parameter
<command>-Dexo.profiles=cluster</command>) would produce
<literal>NotSerializableExceptions</literal> within the OrganizationManagement
portlet.
+ </para>
+ <para>
+ A number of java files in the product have been patched to resolve
this issue.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><ulink type="http"
url="https://jira.jboss.org/browse/JBEPP-523"></ulink>...
+ <listitem>
+ <para>
+ The JCR Lock Manager in previous releases of &PRODUCT; was
configured to use the same channel name in all workspaces.
+ </para>
+ <para>
+ For example: The 'portal-system' channel name was:
+ </para>
+<programlisting role="XML"
language="XML"><![CDATA[<property
name="jbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-system" />
+]]></programlisting>
+ <para>
+ Instead of:
+ </para>
+<programlisting role="XML"
language="XML"><![CDATA[<property
name="jbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-portal-system" />
+]]></programlisting>
+ <para>
+ This naming convention could allow data changes to affect the
incorrect workspace.
+ </para>
+ <para>
+ The <filename>repository-configuration.xml</filename>
file has been updated to resolve this issue.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><ulink type="http"
url="https://jira.jboss.org/browse/JBEPP-501"></ulink>...
+ <listitem>
+ <para>
+ Previous versions of &PRODUCT; contained a bug that caused new
Dashboard tabs with names that contained language-specific special characters to redirect
to the Homepage. These characters prevented the new URI from parsing correctly, resulting
in the redirect.
+ </para>
+ <para>
+ This release ensures that node URIs parse correctly, resolving the
issue.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist> <!--Close list: Fixed in Product-->
<variablelist>
+ <title>New Features</title>
+ <varlistentry>
+ <term><ulink type="http"
url="https://jira.jboss.org/browse/JBEPP-494"></ulink>...
+ <listitem>
+ <para>
+ A confirmation message has been added to the User Interface to warn
users when they are closing a page that has been edited if the changes have not been
saved.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><ulink type="http"
url="https://jira.jboss.org/browse/JBEPP-528"></ulink>...
+ <listitem>
+ <para>
+ Changes to javascript path handling (defined in gatein-resource.xml)
in this release allow users to link to external Javascript sources.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><ulink type="http"
url="https://jira.jboss.org/browse/JBEPP-530"></ulink>...
+ <listitem>
+ <para>
+ Users of previous versions of &PRODUCT; encountered minor issues
when portlet webapp sessions outlived the user session.
+ </para>
+ <para>
+ This behaviour has been addressed in this release and portlet webapp
sessions are now cleaned when a new user signs into the portal.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist> <!--Close list: New Features-->
+
+ <variablelist>
<title>Issues fixed upstream:</title>
<varlistentry>
<term><ulink type="http"
url="https://jira.jboss.org/browse/JBEPP-454"></ulink>...
@@ -338,7 +426,7 @@
</para>
</listitem>
</varlistentry>
- </variablelist>
+ </variablelist><!--Close list: Fixed Upstream-->
</section> <!-- Close Section: Issues Fixed-->
<section id="sect-Release_Notes-_Known_Issues_with_this_release_">
@@ -347,15 +435,8 @@
The following is a list of known issues in this release:
</para>
<variablelist>
+
<varlistentry>
- <term><ulink type="http"
url="https://jira.jboss.org/browse/JBEPP-508" /></term>
- <listitem>
- <para>
- A naming duplication in pre-packaged "Hello World" portlet
examples causes an exception when both of the portlet examples are deployed.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><ulink type="http"
url="https://jira.jboss.org/browse/JBEPP-546"></ulink>...
<listitem>
<para>
@@ -400,7 +481,7 @@
<term><ulink type="http"
url="https://jira.jboss.org/browse/JBEPP-554"></ulink>...
<listitem>
<para>
- Safari 4.0.4 users may experience problems adding gadgets to
Dashboard pages. JavaScript errors appear when dropping a gadget onto a page and an empty
space appears where the gadget was placed.
+ Safari (specifically version 4.0.4) users may experience problems
adding gadgets to Dashboard pages. JavaScript errors appear when dropping a gadget onto a
page and empty space appears where the gadget was placed.
</para>
</listitem>
</varlistentry>
@@ -427,7 +508,7 @@
A <emphasis
role="bold">NullPointerException</emphasis> can be seen in a server log
stacktrace after a user authenticated with the SPNEGO Single Sign-On method is
automatically evicted after the set time-out period has elapsed.
</para>
<para>
- This issue does not produce any flow-on effects.
+ This issue does not produce any other effects.
</para>
</listitem>
</varlistentry>
@@ -494,7 +575,7 @@
This add-on is available for download from the <ulink type="http"
url="https://support.redhat.com/jbossnetwork/restricted/softwareDeta...
Hat Customer Support Portal</ulink>.
</para>
<para>
- Documentation for this extension is available at <ulink type="http"
url="http://docs.redhat.com/docs/en-US/JBoss_Site_Publisher/5/html/U...
+ Documentation for this extension is available at <ulink type="http"
url="http://docs.redhat.com/docs/en-US/JBoss_Site_Publisher/index.ht...
</para>
</section>
@@ -502,7 +583,7 @@
<section id="sect-Release_Notes-_Documentation_">
<title>Documentation</title>
<para>
- Visit <ulink type="http"
url="http://docs.redhat.com/docs/en-US/index.html">http://do...
for further documentation regarding &PRODUCT;.
+ Visit <ulink type="http"
url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platf...
for further documentation regarding &PRODUCT;.
</para>
<para>
This documentation includes:
Modified: epp/docs/branches/EPP_5_1_Branch/Release_Notes/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Release_Notes/en-US/Revision_History.xml 2010-11-08
18:26:14 UTC (rev 4971)
+++ epp/docs/branches/EPP_5_1_Branch/Release_Notes/en-US/Revision_History.xml 2010-11-09
07:30:31 UTC (rev 4972)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>1-1.3</revnumber>
+ <date>Tue Nov 09 2010</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email>smumford(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Added more JIRA descriptions. Split 'Issues
Fixed' into Product, Upstream and New Features lists</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>1-1.2</revnumber>
<date>Mon Nov 08 2010</date>
<author>