horwat      2004/10/25 13:19:41

  Modified:    standard build.xml
               standard/doc/web ReleaseNotes.html
               standard/src/org/apache/taglibs/standard Version.java
               standard/xml intro.xml
               src/doc  index.xml
  Log:
  Standard 1.1.2 release documentation update. The following files should be updated 
for a new release:
  
    - Release Notes
      - update version information
      - make sure notes are up to date with changes since last release
    - org.apache.taglibs.standard.Version
      - update version number
      - verify with "java -cp standard.jar org.apache.taglibs.standard.Version"
    - build.xml
      - manifest needs to be updated with version
    - xml/intro.xml
      - news item that will appear on Standard project page
    - ../src/doc/index.xml
      - news item that will appear on main Taglibs page
  
  Revision  Changes    Path
  1.45      +1 -1      jakarta-taglibs/standard/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/build.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- build.xml 17 Aug 2004 22:11:18 -0000      1.44
  +++ build.xml 25 Oct 2004 20:19:40 -0000      1.45
  @@ -4,7 +4,7 @@
     <!-- Version Number                                                      -->
     <!-- =================================================================== -->
   
  -  <property name="standard-version" value="1.1.1" />
  +  <property name="standard-version" value="1.1.2" />
     <property name="release.name" 
value="jakarta-taglibs-standard-${standard-version}" />
     <property name="release.pre" value="nop" />
     <property name="release.post" value="nop" />
  
  
  
  1.61      +5 -6      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.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- ReleaseNotes.html 19 Oct 2004 20:47:15 -0000      1.60
  +++ ReleaseNotes.html 25 Oct 2004 20:19:41 -0000      1.61
  @@ -9,12 +9,12 @@
   <h1>
   Standard: An Implementation of the JSP&#153; Standard Tag Library (JSTL)<br>
   <p>
  -Version: 1.1.1<br>
  +Version: 1.1.2<br>
   Release Notes
   </h1>
   </center>
   
  -<p>The Standard 1.1.1 release is an implementation of the <a 
href="http://java.sun.com/products/jstl";>JSTL 1.1 Specification</a>.</p>
  +<p>The Standard 1.1.2 release is an implementation of the <a 
href="http://java.sun.com/products/jstl";>JSTL 1.1 Specification</a>.</p>
   
   <p>The Standard Taglib, which is hosted at Apache, is used as the source repository 
for the <a href="http://java.sun.com/products/jstl";>JSTL reference implementation</a> 
supplied by Sun Microsystems, Inc.</p>
   <hr/>
  @@ -22,7 +22,7 @@
   <h2>Release History</h2>
   
   
  -<dt><b>Current &#x2022; Changes since Standard 1.1.1 release</b></dt>
  +<dt><b>October 2004 &#x2022; Standard 1.1.2</b></dt>
   <p>The latest implementation is available from the Nightly Builds.</p>
     <dd>Bugs fixed since Standard 1.1.1 Taglib release:</dd>
     <ul>
  @@ -41,7 +41,7 @@
             <a 
href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17388";>17388</a></div>
           </td>
           <td width="73%" height="15">
  -          <p>Close result set created in update tag. It is good programming 
practive to close statements as soon as they are finished even though they will also 
be closed when the connection that created them is closed.</p> 
  +          <p>Close statement created in update tag. It is good programming 
pro-active to close statements as soon as they are finished even though they will also 
be closed when the connection that created them is closed.</p> 
           </td>
         </tr>
         <tr>
  @@ -100,8 +100,7 @@
       </blockquote>
   
   
  -<dt><b>July 2004 &#x2022; Standard 1.1.1</b></dt>
  -<p>The latest implementation is available from the Nightly Builds.</p>
  +<dt><b>July 2004 &#x2022; Standard 1.1.1</b></dt><br>
     <dd>Bugs fixed since Standard 1.1.0 Taglib release:</dd>
     <ul>
     <blockquote>
  
  
  
  1.12      +1 -1      
jakarta-taglibs/standard/src/org/apache/taglibs/standard/Version.java
  
  Index: Version.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-taglibs/standard/src/org/apache/taglibs/standard/Version.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Version.java      19 Jul 2004 20:57:16 -0000      1.11
  +++ Version.java      25 Oct 2004 20:19:41 -0000      1.12
  @@ -103,7 +103,7 @@
      */
     public static int getMaintenanceVersionNum()
     {
  -    return 1;
  +    return 2;
     }
   
     /**
  
  
  
  1.30      +7 -0      jakarta-taglibs/standard/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/xml/intro.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- intro.xml 20 Jul 2004 16:38:41 -0000      1.29
  +++ intro.xml 25 Oct 2004 20:19:41 -0000      1.30
  @@ -36,6 +36,13 @@
     <section name="Standard-1.1 Taglib News" href="News">
   
       <news>
  +      <newsitem date="10/25/2004">
  +       Standard Taglib version 1.1.2 
  +       - A minor bug fix update - 
  +       is now available from the 
  +       <a href="http://jakarta.apache.org/site/binindex.cgi#Release%20Builds";>
  +       Apache Jakarta Project Mirrors</a>.
  +      </newsitem>
         <newsitem date="07/20/2004">
          Standard Taglib version 1.1.1 
          - A minor bug fix update - 
  
  
  
  1.64      +5 -0      jakarta-taglibs/src/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/index.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- index.xml 20 Jul 2004 16:50:10 -0000      1.63
  +++ index.xml 25 Oct 2004 20:19:41 -0000      1.64
  @@ -82,6 +82,11 @@
   </section>
     <section name="News" href="News">
       <news>
  +      <newsitem date="10/25/2004" libname="standard">
  +        Version 1.1.2 of the Standard Taglib 1.1 (JSTL 1.1) has been 
  +        <a href="http://jakarta.apache.org/site/binindex.cgi#Release%20Builds";>
  +        released</a>.
  +      </newsitem>
         <newsitem date="07/20/2004" libname="standard">
           Version 1.1.1 of the Standard Taglib 1.1 (JSTL 1.1) has been 
           <a href="http://jakarta.apache.org/site/binindex.cgi#Release%20Builds";>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to