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 fe...@apache.org on 2004/05/18 02:31:40 UTC

cvs commit: jakarta-taglibs/string/xml intro.xml string.xml

felipeal    2004/05/17 17:31:40

  Modified:    string/examples/web string.jsp
               string/xml intro.xml string.xml
  Log:
  preparing for 1.1.0 release
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-taglibs/string/examples/web/string.jsp
  
  Index: string.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/string/examples/web/string.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- string.jsp	15 Apr 2003 20:51:47 -0000	1.5
  +++ string.jsp	18 May 2004 00:31:39 -0000	1.6
  @@ -10,7 +10,7 @@
   <h1>
   Jakarta STRING Taglib Example</h1></center>
   <br>
  -<%@ taglib uri="http://jakarta.apache.org/taglibs/string-1.0" prefix="str" %>
  +<%@ taglib uri="http://jakarta.apache.org/taglibs/string-1.1" prefix="str" %>
   
   <table border="1">
   <tr><th>Tag</th><th>Input</th><th>Expected</th><th>Actual</th></tr></td>
  
  
  
  1.14      +5 -8      jakarta-taglibs/string/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/string/xml/intro.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- intro.xml	12 Mar 2004 05:29:26 -0000	1.13
  +++ intro.xml	18 May 2004 00:31:40 -0000	1.14
  @@ -35,11 +35,8 @@
   
     <section>
       <news>
  -      <newsitem date="2004/03/12">
  -        Added 2 new tags, &lt;str:join&gt; and &lt;str:split&gt;
  -      </newsitem>
  -      <newsitem date="2004/03/08">
  -        Removed deprecated calls to Commons Lang 1.0 methods - next release (1.1.0) will require Lang 2.0
  +      <newsitem date="2004/05/17">
  +        Version 1.1.0 Released
         </newsitem>
         <newsitem date="2003/02/20">
           Version 1.0.1 Released
  @@ -55,8 +52,8 @@
     <p>For more information about the String Tag Library, look at the on-line documentation:</p>
     <ul>
     <li>
  -    View the current release <a href="string-1.0.1/index.html">
  -    String 1.0.1 Taglib Documentation</a></li>
  +    View the current release <a href="string-1.1.0/index.html">
  +    String 1.1.0 Taglib Documentation</a></li>
     <li>View the <a href="index.html">String Taglib Documentation</a></li>
     </ul>
   
  @@ -74,7 +71,7 @@
     <p>A binary download of the String Tag Library is available</p>
     <ul>
     <li>
  -    Download the String Tag Library 1.0.1 Release from an
  +    Download the String Tag Library 1.1.0 Release from an
       <a href="http://jakarta.apache.org/site/binindex.cgi#Release%20Builds">
       Apache Jakarta Project Mirror</a>
     </li>
  
  
  
  1.38      +4 -4      jakarta-taglibs/string/xml/string.xml
  
  Index: string.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/string/xml/string.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- string.xml	13 Mar 2004 01:05:38 -0000	1.37
  +++ string.xml	18 May 2004 00:31:40 -0000	1.38
  @@ -38,13 +38,13 @@
   <taglib>
     <!-- The following elements are from the JSP 1.2 TLD DTD -->
     <!-- Version number of this taglib -->
  -  <tlib-version>1.0.1</tlib-version>
  +  <tlib-version>1.1.0</tlib-version>
     <!-- Minimum version of JSP spec required -->
     <jsp-version>1.1</jsp-version>
     <!-- jakarta-taglib name of this tag library -->
     <short-name>string</short-name>
     <!-- URI of taglib -->
  -  <uri>http://jakarta.apache.org/taglibs/string-1.0.1</uri>
  +  <uri>http://jakarta.apache.org/taglibs/string-1.1</uri>
     <!-- The name to use in titles, etc. for the taglib -->
     <display-name>String Tag library</display-name>
   
  @@ -2127,13 +2127,13 @@
   
   </taglib>
   
  -<revision release="1.1.0" date="somewhere_2004"> 
  +<revision release="1.1.0" date="2004/05/17"> 
     <description>
       Although this is mostly a bug fixing release, we decided to create a new minor release, as it now depends on Commons Lang 2.0 and has some new features (see below)
     </description>
   <section name="Bugfixes">
       <item>Changed license to ASF 2.0</item>
  -    <item>Bug 25136 - &lt;str:str:chomp&gt; wasn't working anymore</item>
  +    <item>Bug 25136 - &lt;str:chomp&gt; wasn't working anymore</item>
       <item>Bug 27324 - changed handlers code to be compliant with Commons Lang 2.0</item>
   </section>
   
  
  
  

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