You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2001/06/16 01:31:31 UTC

cvs commit: jakarta-struts/doc index.xml installation.xml release-notes-1.0.xml

craigmcc    01/06/15 16:31:31

  Modified:    doc      Tag: STRUTS_1_0_BRANCH index.xml installation.xml
                        release-notes-1.0.xml
  Log:
  Miscellaneous cleanup on the docs.  (Ted, it looks like you might have
  started making some changes without doing cvs update first).
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.3   +10 -12    jakarta-struts/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/index.xml,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -r1.2.2.2 -r1.2.2.3
  --- index.xml	2001/06/02 04:08:12	1.2.2.2
  +++ index.xml	2001/06/15 23:31:31	1.2.2.3
  @@ -45,20 +45,17 @@
   
     <section name="Acquiring Struts" href="Acquiring">
   
  -  <p>A new beta release, <strong>Struts 1.0-beta-2</strong> has been
  -  created and made available at
  -  <a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0-b2">
  -  http://jakarta.apache.org/builds/jakarta-struts/release/v1.0-b2</a>.  The
  +  <p>The final release of <strong>Struts 1.0</strong> has been created and
  +  made available at
  +  <a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0">
  +  http://jakarta.apache.org/builds/jakarta-struts/release/v1.0</a>.  The
     source code for this version of Struts can also be downloaded at
  -  <a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0-b2/src">
  -  http://jakarta.apache.org/builds/jakarta-struts/release/v1.0-b2/src</a>.
  -  This release is considered to be of production quality, and only bug fixes
  -  will occur between this release and an upcoming <strong>Struts 1.0</strong>
  -  final release.</p>
  +  <a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src">
  +  http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src</a>.</p>
   
  -  <p>Check the <a href="release-notes-1.0-b2.html">Release Notes</a>
  +  <p>Check the <a href="release-notes-1.0.html">Release Notes</a>
     for a summary of what new features have been added, and other significant
  -  changes, since the Struts 1.0-beta-1 release.</p>
  +  changes, since the Struts 1.0-beta-3 release.</p>
   
     <hr width="75%"/>
     
  @@ -127,7 +124,8 @@
         [<a href="mailto:struts-dev-unsubscribe@jakarta.apache.org">Unsubscribe</a>]
         </li>
     <li><strong>Bug Reports and Feature Requests</strong> Use the
  -      <a href="#Bugs">Bug Reporting System</a> to submit these reports.</li>
  +      <a href="http://nagoya.apache.org/bugzilla/">Bug Reporting System</a>
  +      to submit these reports.</li>
     <li><strong>Patches and Modules</strong> - You can contribute patches and
         new modules to Struts by posting them to the STRUTS-DEV mailing list.
         After discussion and acceptance, one of the existing Committers will
  
  
  
  1.4.2.1   +7 -0      jakarta-struts/doc/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/installation.xml,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- installation.xml	2001/04/17 14:40:26	1.4
  +++ installation.xml	2001/06/15 23:31:31	1.4.2.1
  @@ -248,6 +248,13 @@
           CLASSPATH that is submitted to the compiler.</li>
       </ul>
   </section> <section name="Installing Struts with your servlet container" href="Containers"> 
  +
  +<p><strong>WARNING</strong> - Do <strong>NOT</strong> add
  +<code>struts.jar</code> to the classpath of your servlet container in an
  +attempt to avoid placing it in the <code>/WEB-INF/lib</code> directory of
  +each individual web app!  Doing so will cause problems with
  +<code>ClassNotFoundException</code> exceptions.</p>
  +
   <p>For most containers, you need only to: </p>
   <ul>
     <li>Copy the WAR files in your Struts <code>/webapp</code> directory to your 
  
  
  
  1.1.2.2   +13 -0     jakarta-struts/doc/release-notes-1.0.xml
  
  Index: release-notes-1.0.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/release-notes-1.0.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- release-notes-1.0.xml	2001/06/14 00:22:30	1.1.2.1
  +++ release-notes-1.0.xml	2001/06/15 23:31:31	1.1.2.2
  @@ -150,6 +150,11 @@
       <em>struts-logic</em> custom tag library (package
       <code>org.apache.struts.taglib.logic</code>):</p>
       <ul>
  +    <li>The <code>&lt;logic:iterate&gt;</code> tag now supports a new
  +        attribute, <code>indexId</code>.  This attribute names a page scope
  +        attribute (and corresponding scripting variable) that will be
  +        exposed in the nested body of the iteration, which will contain
  +        the current loop index as a java.lang.Integer.</li>
       </ul>
   
       <p>The following new features have been added to the
  @@ -193,6 +198,13 @@
           <code>setMultipartRequestHander()</code> if appropriate) first.</li>
       </ul>
   
  +    <p>The following changes and bug fixes have occurred in the file upload
  +    package (package <code>org.apache.struts.upload</code>):</p>
  +    <ul>
  +    <li>Fixed a bug that could cause corruption in the uploaded file,
  +        by converting sequences of \r\n\n into \r\n\r\n.</li>
  +    </ul>
  +
       <p>The following changes and bug fixes have occurred in the utilities
       (package <code>org.apache.struts.util</code>):</p>
       <ul>
  @@ -256,6 +268,7 @@
           pages that formerly emitted <code>&lt;project&gt;</code> tags in the
           generated HTML, and generated incorrect references to link colors in
           the navigation bar.</li>
  +    <li>Added a "Who We Are" page to the documentation.</li>
       </ul>
   
       <p>The following changes and bug fixes to the Struts Example Application