You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2005/01/04 18:20:25 UTC

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

remm        2005/01/04 09:20:25

  Modified:    webapps/docs changelog.xml
  Log:
  - Changelog update.
  
  Revision  Changes    Path
  1.212     +27 -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.211
  retrieving revision 1.212
  diff -u -r1.211 -r1.212
  --- changelog.xml	27 Dec 2004 09:43:48 -0000	1.211
  +++ changelog.xml	4 Jan 2005 17:20:24 -0000	1.212
  @@ -54,6 +54,10 @@
         <fix>
           Add some log.isXXXEnabled to o.a.c.core.StandardHost StandardEngine, StandardService (pero)
         </fix>
  +      <add>
  +        Feature addition to add Redirector and failOnError support for all Catalina Ant tasks,
  +        submitted by Gabriele Garuglieri (remm)
  +      </add>
       </changelog>
     </subsection>
   
  @@ -65,6 +69,15 @@
       </changelog>
     </subsection>
   
  +  <subsection name="Jasper">
  +    <changelog>
  +      <fix>
  +        <bug>32746</bug>: Avoid JAR locking when loading classes and improve loading
  +        performance by taking advantage of caching, submitted by Dominik Drzewiecki. (remm)
  +      </fix>
  +    </changelog>
  +  </subsection>
  +
     <subsection name="Cluster">
       <changelog>
   	   <fix>
  @@ -81,6 +94,20 @@
         <fix>
           Fix the webDAV servlet so it can be used via any arbitrary mapping
           (eg /webdav/*) to edit the contents of a web application. (markt)
  +      </fix>
  +      <fix>
  +        <bug>32729</bug>: Stop is optional and may fail, so it needs to be in a separate try/catch (remm)
  +      </fix>
  +      <update>
  +        Remove the remove method of the manager servlet, and use the undeploy method instead (remm)
  +      </update>
  +      <fix>
  +        <bug>32777</bug>: Fail if application isn't configured properly, submitted by Gabriele Garuglieri
  +        (remm)
  +      </fix>
  +      <fix>
  +        <bug>32771</bug>: Cannot undeploy/deploy misconfigured app after tomcat startup, 
  +        submitted by Gabriele Garuglieri (remm)
         </fix>
       </changelog>
     </subsection>
  
  
  

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