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...@locus.apache.org on 2000/10/01 04:17:45 UTC

cvs commit: jakarta-struts/src/doc release.xml

craigmcc    00/09/30 19:17:45

  Modified:    src/doc  release.xml
  Log:
  Update release notes for new feature.
  
  Revision  Changes    Path
  1.2       +3 -0      jakarta-struts/src/doc/release.xml
  
  Index: release.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/release.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- release.xml	2000/09/25 17:55:16	1.1
  +++ release.xml	2000/10/01 02:17:44	1.2
  @@ -74,6 +74,9 @@
         change, if you had two actions that used the same Action class name,
         there will now be only one (shared) instance of the Action class,
         rather than two.</li>
  +  <li>New <code>log(String, int)</code> method that logs the associated message
  +      only if you have configured the debugging detail level for the servlet to
  +      an equal or higher value.</li>
     </ul>
   
     <p>The following changes and bug fixes to the Digester module