You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2005/03/23 17:13:23 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs/appdev installation.xml

yoavs       2005/03/23 08:13:23

  Modified:    webapps/docs changelog.xml status.xml
               webapps/docs/appdev installation.xml
  Log:
  Bugzilla 33719, status file update.
  
  Revision  Changes    Path
  1.251     +3 -0      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.250
  retrieving revision 1.251
  diff -u -r1.250 -r1.251
  --- changelog.xml	23 Mar 2005 16:02:49 -0000	1.250
  +++ changelog.xml	23 Mar 2005 16:13:23 -0000	1.251
  @@ -45,6 +45,9 @@
         <add>
           <bug>33739</bug>: Add reference to RUNNING.txt in setup.html. (yoavs)
         </add>
  +      <fix>
  +        <bug>33719</bug>: Update reference to Ant download page. (yoavs)
  +      </fix>
       </changelog>
      </subsection>
   
  
  
  
  1.10      +6 -9      jakarta-tomcat-catalina/webapps/docs/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/status.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- status.xml	2 Sep 2004 18:56:56 -0000	1.9
  +++ status.xml	23 Mar 2005 16:13:23 -0000	1.10
  @@ -30,10 +30,10 @@
     <section name="Current Status Summary">
       <p>
         <b>Tomcat 5.0.27</b> was released on June 17th, 2004.  At that time, the TOMCAT_5_0
  -      branch was tagged in CVS, and work on Tomcat 5.5 began.  Until the first stable 
  -      release of Tomcat 5.5, building from
  -      CVS head may be unstable or broken: use the TOMCAT_5_0 branch tag to build
  -      the Tomcat 5.0 releases.
  +      branch was tagged in CVS, and work on Tomcat 5.5 began.  We have now had several
  +      Tomcat 5.5 releases, including a couple of stable ones.  Accordingly, Tomcat 5.5
  +      is now the focus on work.  Tomcat 5.0 is in maintenance mode and its releases
  +      will become less and less frequent.
       </p>
       <p>
         <b>Tomcat 5.5</b> has several major goals.  They are discussed in the tomcat-dev
  @@ -100,11 +100,8 @@
         <item priority="Medium" owner="fhanik">
           Enhance Cluster functionality for Tomcat 5.5.
         </item>
  -      <item priority="Low" owner="yoavs, remm, funkman">
  -        Update docs, site, and FAQ for Tomcat 5.5 once ready.
  -      </item>
  -      <item priority="Low" owner="everyone">
  -        Continue fixing bugs ;)
  +      <item priority="Medium" owner="everyone">
  +        Continue fixing bugs and updating docs.
         </item>
       </status>
   
  
  
  
  1.7       +1 -1      jakarta-tomcat-catalina/webapps/docs/appdev/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/appdev/installation.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- installation.xml	24 Nov 2004 18:52:45 -0000	1.6
  +++ installation.xml	23 Mar 2005 16:13:23 -0000	1.7
  @@ -52,7 +52,7 @@
   <subsection name="Ant">
   
   <p>Binary downloads of the <strong>Ant</strong> build tool are available from
  -<a href="http://jakarta.apache.org/downloads/binindex.html">http://jakarta.apache.org/downloads/binindex.html</a>.
  +<a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.
   This manual assumes you are using Ant 1.4 or later.  The instructions should
   also be compatible with later versions, but this has not been tested.</p>
   
  
  
  

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