You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ho...@apache.org on 2004/06/12 01:39:43 UTC

cvs commit: jakarta-taglibs/standard/doc/web ReleaseNotes.html

horwat      2004/06/11 16:39:43

  Modified:    standard/doc/web ReleaseNotes.html
  Log:
  Update ReleaseNotes with changes since last release.
  
  Revision  Changes    Path
  1.53      +51 -1     jakarta-taglibs/standard/doc/web/ReleaseNotes.html
  
  Index: ReleaseNotes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/ReleaseNotes.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- ReleaseNotes.html	22 Jan 2004 01:18:32 -0000	1.52
  +++ ReleaseNotes.html	11 Jun 2004 23:39:43 -0000	1.53
  @@ -21,7 +21,57 @@
   
   <h2>Release History</h2>
   
  -<dt><b>January 2004 &#149; Standard 1.1.0</b></dt>
  +<dt><b>Current &#x2022; Changes since Standard 1.1.0 Release</b></dt>
  +<p>The latest implementation is available from the Nightly Builds.</p>
  +  <dd>Bugs fixed since Standard 1.1.0 Taglib release:</dd>
  +  <ul>
  +  <blockquote>
  +    <table width="95%" border="1">
  +      <tr>
  +        <th width="27%">
  +          <div align="center">
  +            Bug Id</div>
  +        </th>
  +        <th width="73%">Summary</th>
  +      </tr>
  +      <tr>
  +        <td width="27%" height="15">
  +          <div align="center">
  +          <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16773">16773</a></div>
  +        </td>
  +        <td width="73%" height="15">Substituted static values where Boolean objects were created.</td>
  +      </tr>
  +      <tr>
  +        <td width="27%" height="15">
  +          <div align="center">
  +          <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25382">25382</a></div>
  +        </td>
  +        <td width="73%" height="15">Optimization of the xml escaping used by JSTL Functions and the out tag handlers.</td>
  +      </tr>
  +      <tr>
  +        <td width="27%" height="15">
  +          <div align="center">
  +          <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25967">25967</a></div>
  +        </td>
  +        <td width="73%" height="15">Removed synchronization on getEvaluatorByName() method. Now synchronizing on nameMap and allowing reads to occur without blocking. Should be a performance improvement.</td>
  +      </tr>
  +      <tr>
  +        <td width="27%" height="15">
  +          <div align="center">
  +          <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26614">26614</a></div>
  +        </td>
  +        <td width="73%" height="15">Remove quotes from prefix when throwing an exception</td>
  +      </tr>
  +    </table>
  +  </blockquote>
  +  </ul>
  +    <blockquote>
  +      <p>Other changes and additions:</p>
  +      <ul>
  +        <li>Added Junit and Cactus testing framework. Documentation is in README_src.txt available in the source distribution.<li>Updated licenses to the new Apache License, Version 2.0.
  +      </ul>
  +    </blockquote>
  +<dt><b>January 2004 &#149; Standard 1.1.0</b>
   <p>
   This is a complete implementation of the JSTL 1.1 Maintenance Release.
   <p>
  
  
  

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