You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2005/09/01 02:57:56 UTC

svn commit: r265608 - /struts/site/trunk/xdocs/userGuide/release-notes.xml

Author: husted
Date: Wed Aug 31 17:57:54 2005
New Revision: 265608

URL: http://svn.apache.org/viewcvs?rev=265608&view=rev
Log:
A few more notes. 

Modified:
    struts/site/trunk/xdocs/userGuide/release-notes.xml

Modified: struts/site/trunk/xdocs/userGuide/release-notes.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/release-notes.xml?rev=265608&r1=265607&r2=265608&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/release-notes.xml (original)
+++ struts/site/trunk/xdocs/userGuide/release-notes.xml Wed Aug 31 17:57:54 2005
@@ -70,7 +70,17 @@
 
           <h3>Struts Applications</h3>
 
-          <p>No significant changes.</p>
+          <p>
+              The applications have been moved into their own subproject,
+              the builds have been "Mavenized",
+               but the set of example applications is essentially unchanged.
+          </p>
+
+          <ul>
+              <li>
+                  In MailReader, fix invalid password limit error.
+              </li>
+          </ul>
 
           <h3>Struts Core</h3>
 
@@ -190,21 +200,41 @@
 
           <h3>Struts EL</h3>
 
-          <p>...</p>
+          <p>Changes to Struts EL are minor.</p>
+
+          <ul>
+              <li>
+                  Update to replace ActionError references with ActionMessage.
+              </li>
+              <li>
+                  Remove html:img's deprecated lowsrc attribute and references to it.
+              </li>
+              <li>
+                  Remove reference to html:html's locale attr in TestELHtmlTag
+              </li>
+          </ul>
 
           <h3>Struts Plugins</h3>
 
-          <p>...</p>
+          <p>
+              This subproject was extracted from the Plugins package within Struts Core.
+              The code itself is unchanged.
+          </p>
 
           <h3>Struts Site</h3>
 
-          <p>...</p>
+          <p>
+              The new Site subproject hosts the top-layer of the Struts website,
+              and serves as a portal to the other subprojects.
+          </p>
 
           <h3>Struts Taglibs</h3>
 
           <p>...</p>
 
           <h3>Struts Tiles</h3>
+
+          <p>Tiles is being refactored into a standalone package that can be used with or without Struts.</p>
 
           <p>...</p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org