Author: craigmcc
Date: Fri Nov 25 14:20:21 2005
New Revision: 349028

URL: http://svn.apache.org/viewcvs?rev=349028&view=rev
Log:
Update 1.0.0 release notes for RC1 version.

Modified:
    struts/shale/trunk/docs/release-notes-1.0.0.html

Modified: struts/shale/trunk/docs/release-notes-1.0.0.html
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/docs/release-notes-1.0.0.html?rev=349028&r1=349027&r2=349028&view=diff
==============================================================================
--- struts/shale/trunk/docs/release-notes-1.0.0.html (original)
+++ struts/shale/trunk/docs/release-notes-1.0.0.html Fri Nov 25 14:20:21 2005
@@ -59,7 +59,7 @@
 
     <p>A release of Shale includes several primary categories of materials:</p>
     <ul>
-    <li><a href="dist">Shale distribution libraries</a>:
+    <li><a href="../dist">Shale distribution libraries</a>:
         <ul>
         <li><code>shale-core.jar</code> - Core framework functionality</li>
         <li><code>shale-clay.jar</code> - Clay plug-in</li>
@@ -75,7 +75,7 @@
             Standalone Tiles distribution is included here, to avoid the
             requirement to extract it from the sample applications.</li>
         </ul>
-    <li><a href="webapps">Example web applications</a>
+    <li><a href="../webapps">Example web applications</a>
         <ul>
         <li><code>struts-shale-usecases.war</code> Omnibus example application
             that illustrates the use of most Shale features.  As a convenience,
@@ -100,10 +100,43 @@
     <a name="Known"></a>
     <h3>4.0 Known Issues In This Release</h3>
 
-    <p>The <em>Dialog</em> feature has known problems with attempting to have
+    <p>[<a 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35066";>35066<a>]
+    The <em>Dialog</em> feature has known problems with attempting to have
     multiple simultaneously active dialogs in a single session (most commonly
     due to using frames or multiple windoes), and dealing with back buttons.
     These issues will be addressed in a subsequent release.</p>
+
+    <p><a 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35839";>35839</a>]
+    Additional improvements to the HTML parser will be addressed in a
+    subsequent release.</p>
+
+    <p><a 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37024";>37024</a>]
+    The Shale contribution to addressing this issue is to ensure that
+    <code>META-INF/clay-config.xml</code> resources from JAR files loaded as
+    part of the application are automatically loaded.  This will be addressed
+    in a subsequent release.  The actual configuration resources for a given
+    component library such as Tomahawk, however, should be provided by the
+    component library itself rather than by Shale.</p>
+
+    <p><a 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37120";>37120</a>]
+    IFrames are a specific use case related to multiple simultaneous dialogs,
+    so this issue will be addressed at the same time as 35066.</p>
+
+    <p><a 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37361";>37361</a>]
+    There is a bug in the MyFaces implementation of validation that causes the
+    Use Cases example app to fail, where it works with the RI.  The 
corresponding
+    MyFaces issue is <a 
href="http://issues.apache.org/jira/browse/MYFACES-829";>
+    here</a>.  Leaving this bug open (with state <code>REMIND</code> as a
+    reminder to flag this issue in Shale release notes until it is resolved
+    in a subsequent MyFaces release.</p>
+
+    <p><a 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37615";>37615</a>]
+    RFE for using XML namespaces in Clay attributes, to be considered in a
+    subsequent release.</p>
+
+    <p><a 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37643";>37643</a>]
+    RFE to add documentation (on the web site) for the Tiles and Remoting
+    features, to be addressed in a subsequent release.</p>
 
   </body>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to