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/03/12 04:33:04 UTC

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

felipeal    2004/03/11 19:33:04

  Modified:    dbtags/xml dbtags.xml intro.xml
  Log:
  added comments regarding up-coming 1.0.0 release
  
  Revision  Changes    Path
  1.7       +14 -1     jakarta-taglibs/dbtags/xml/dbtags.xml
  
  Index: dbtags.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/dbtags/xml/dbtags.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- dbtags.xml	6 Apr 2002 18:54:45 -0000	1.6
  +++ dbtags.xml	12 Mar 2004 03:33:04 -0000	1.7
  @@ -46,7 +46,7 @@
     <!-- URI of taglib -->
     <uri>http://jakarta.apache.org/taglibs/dbtags</uri>
     <!-- The name to use in titles, etc. for the taglib -->
  -  <display-name>DBTags Tag library (Pre Beta)</display-name>
  +  <display-name>DBTags Tag library</display-name>
   
     <description uri="../../dbtags/xml/description.html"/>
   
  @@ -1616,6 +1616,13 @@
   
   </taglib>
   
  +<revision release="1.0.0" date="03/15/2004">
  +  <description>
  +    Fixed some bugs (specially 26863 and duplicates).
  +    Final major version - DBTags is semi-deprecated now (it has been replaced mostly by JSTL's SQL).
  +  </description>
  +</revision>
  +
   <revision release="Pre Beta" date="05/01/2001">
     <description>
       Changed Tag Library Name from JDBC to DBTags.
  @@ -1641,6 +1648,12 @@
       of statement tags, in support of detached resultsets and rowsets.
       This involved repackaging some classes, so the TLD was updated,
       as well as the docs.
  +  </description>
  +</revision>
  +
  +<revision release="1.0" date="03/01/2004">
  +  <description>
  +    Fixed some bugs, in particular a problem with tag handlers caching by containers.
     </description>
   </revision>
   
  
  
  
  1.9       +10 -1     jakarta-taglibs/dbtags/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/dbtags/xml/intro.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- intro.xml	27 Feb 2004 02:47:57 -0000	1.8
  +++ intro.xml	12 Mar 2004 03:33:04 -0000	1.9
  @@ -20,6 +20,9 @@
   
     <section name="DBTags News" href="News">
       <news>
  +      <newsitem date="03/15/2004">
  +        Version 1.0.0 Released. Although DBTtags is mostly replaced by JSTL's SQL, people is still using it (and filling bugs), so we decided to release a new version.
  +      </newsitem>
         <newsitem date="08/21/2001">
           Version 1.0 Beta 1 Released.
           Download the DBTags Tag Library 1.0 Beta 1 Release from an
  @@ -42,6 +45,12 @@
       </news>
     </section>
   
  +  <section name="DBTags Status" href="Status">
  +  <p>If you are using a recent implementation of the Servlet specification, you should use <a href="../standard-doc/intro.html">Jakarta's Standard</a>, which is an implementation of <a href="http://java.sun.com/products/jsp/jstl">JSTL</a>, not DBTags.<br/>
  +  DBTags has been pretty much inactive since development on JSTL began, and it should be considered deprecated for Servlet 2.3 or 2.4 containers.<br/>
  +  For more information about the DBTags/JSTL relationship, check the old <a href="dbtags-status.html">DBTags State of the Union</a> document.
  +  </p>
  +  </section>
     <section name="Documentation" href="Documentation">
   
     <p>For more information about the DBTags Tag Library, look at the on-line documentation:
  @@ -64,7 +73,7 @@
       <p>Download a binary distribution of the DBTags Tag Library</p>
       <ul>
         <li>
  -        Download the DBTags Tag Library 1.0 Beta 1 Release from an
  +        Download the DBTags Tag Library 1.0.0 Release from an
           <a href="http://jakarta.apache.org/site/binindex.cgi#Release%20Builds">
           Apache Jakarta Project Mirror</a>
         </li>
  
  
  

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