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 gl...@apache.org on 2002/12/01 18:40:15 UTC

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

glenn       2002/12/01 09:40:15

  Modified:    session/xml intro.xml session.xml
  Log:
  Release 1.0.1
  
  Revision  Changes    Path
  1.5       +5 -2      jakarta-taglibs/session/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/session/xml/intro.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- intro.xml	15 Apr 2002 00:38:49 -0000	1.4
  +++ intro.xml	1 Dec 2002 17:40:14 -0000	1.5
  @@ -31,6 +31,9 @@
   
     <section name="News" href="News">
       <news>
  +      <newsitem date="12/1/2002">
  +        Version 1.0.1 Released
  +      </newsitem>
         <newsitem date="04/14/2002">
           Version 1.0 Released
         </newsitem>
  @@ -47,7 +50,7 @@
     <ul>
     <li>
       View the current release <a href="session-1.0/index.html">
  -    Session 1.0 Taglib Documentation</a></li>
  +    Session 1.0.1 Taglib Documentation</a></li>
     <li>
       View the development version of the <a href="index.html">
       Session Taglib Documentation</a>
  @@ -78,7 +81,7 @@
     <li>
       Download the Session Tag Library
       <a href="http://jakarta.apache.org/builds/jakarta-taglibs/releases/session/">
  -    1.0 Release</a>
  +    1.0.1 Release</a>
     </li>
     <li>
       Download the Session Tag Library
  
  
  
  1.6       +10 -1     jakarta-taglibs/session/xml/session.xml
  
  Index: session.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/session/xml/session.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- session.xml	15 Apr 2002 00:38:49 -0000	1.5
  +++ session.xml	1 Dec 2002 17:40:15 -0000	1.6
  @@ -36,7 +36,7 @@
   <taglib>
     <!-- The following elements are from the JSP 1.2 TLD DTD -->
     <!-- Version number of this tagib -->
  -  <tlib-version>1.0</tlib-version>
  +  <tlib-version>1.0.1</tlib-version>
     <!-- Minimum version of JSP spec required -->
     <jsp-version>1.1</jsp-version>
     <!-- jakarta-taglib name of this tag library -->
  @@ -622,6 +622,15 @@
     </tagtoc>
   
   </taglib>
  +
  +<revision release="1.0.1" date="12/1/2002">
  +  <description>1.0.1 Release</description>
  +  <section name="Changes">
  +    <item>
  +      Improved packaging of release archives.
  +    </item>
  +  </section>
  +</revision>
   
   <revision release="1.0" date="04/14/2002">
     <description>1.0 Release</description>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>