funkman     2004/09/01 11:47:54

  Modified:    webapps/docs changelog.xml
  Log:
  start 5.5.1 changelog
  
  Revision  Changes    Path
  1.95      +43 -11    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.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- changelog.xml     1 Sep 2004 10:06:25 -0000       1.94
  +++ changelog.xml     1 Sep 2004 18:47:54 -0000       1.95
  @@ -26,6 +26,38 @@
     </p>
   </section>
   
  +
  +<section name="Tomcat 5.5.1 (yoavs)">
  +  <subsection name="General">
  +    <changelog>
  +    </changelog>
  +  </subsection>
  +
  +  <subsection name="Catalina">
  +    <changelog>
  +      <update>
  +        Backport if-else logic for SSI servlet from 4.1 (funkman)
  +      </update>
  +    </changelog>
  +  </subsection>
  +
  +  <subsection name="Coyote">
  +  </subsection>
  +
  +  <subsection name="Jasper">
  +    <changelog>
  +    </changelog>
  +  </subsection>
  +
  +  <subsection name="Cluster">
  +  </subsection>
  +
  +  <subsection name="Webapps">
  +    <changelog>
  +    </changelog>
  +  </subsection>
  +</section>
  +
   <section name="Tomcat 5.5.0 (yoavs)">
     <subsection name="General">
       <changelog>
  @@ -35,14 +67,14 @@
         <update>
           Designed and tested Tomcat on J2SE 5.0 (aka JDK 1.5). (everyone)
         </update>
  -      <update> 
  +      <update>
           Bundled Eclipse JDT (new dependency) to allow Tomcat to run on a JRE only, 
i.e. no JDK required. (remm)
         </update>
  -      <update> 
  +      <update>
           Repackage commons-dbcp and its dependencies as a sigle smaller WAR, with 
renamed packages. (remm)
         </update>
  -      <update> 
  -        Removed dependencies on commons-digester, commons-beanutils, and 
commons-collections. 
  +      <update>
  +        Removed dependencies on commons-digester, commons-beanutils, and 
commons-collections.
           The relevant digester functionality is now merged in tomcat-util. (remm)
         </update>
       </changelog>
  @@ -62,21 +94,21 @@
         <update>
           Extensively profiled and optimized the server startup performance as well 
as the request mapping and processing pipeline. (remm)
         </update>
  -      <update> 
  +      <update>
           The container will now always process a /META-INF/context.xml resource, 
unless the webapp has a specified external context file. (remm)
         </update>
  -      <update> 
  +      <update>
           New default configuration mechanism for web applications, replacing 
DefaultContext. This uses a
           shared context file located in conf/context.xml. (remm)
         </update>
  -      <update> 
  +      <update>
           Revamped deployer, alloying full hotdeploy (note: on Windows, this requires 
the anti file locking
           features). (remm)
         </update>
  -      <update> 
  +      <update>
           Remove verbosity from the JNDI resources configuration, by allowing 
arbitrary attributes on the Resource element. (remm)
         </update>
  -      <update> 
  +      <update>
           Simpler Valve interface, to allow smaller stack traces and reducing the 
amount of method calls. (remm)
         </update>
       </changelog>
  @@ -87,11 +119,11 @@
   
     <subsection name="Jasper">
       <changelog>
  -      <update> 
  +      <update>
           Eclipse JDT is now the default Java compiler in Jasper. Source dependencies 
are now loaded from
           the container classloader, and compilation times are much faster. (remm)
         </update>
  -      <update> 
  +      <update>
           Jasper development mode should now have acceptable performance for heavily 
accessed pages.
           Precompiling JSPs is still significantly more efficient, however. (remm)
         </update>
  
  
  

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

Reply via email to