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/03/09 00:26:18 UTC

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

remm        2005/03/08 15:26:18

  Modified:    webapps/docs changelog.xml
  Log:
  - Changelog update.
  - It would be good if other committers were updating the changelog too :)
  
  Revision  Changes    Path
  1.238     +35 -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.237
  retrieving revision 1.238
  diff -u -r1.237 -r1.238
  --- changelog.xml	16 Feb 2005 12:39:34 -0000	1.237
  +++ changelog.xml	8 Mar 2005 23:26:18 -0000	1.238
  @@ -26,6 +26,41 @@
     </p>
   </section>
   
  +<section name="Tomcat 5.5.9 (yoavs)">
  +  <subsection name="General">
  +    <changelog>
  +      <add>
  +        Add JULI, a java.util.logging implementation, used to provide sane defaults and
  +        configurability equivalent to Tomcat 4.0 for Tomcat 5.5 logging (remm)
  +      </add>
  +      <docs>
  +        Add JULI documentation to the logging page (remm)
  +      </docs>
  +    </changelog>
  +   </subsection>
  +
  +  <subsection name="Catalina">
  +    <changelog>
  +      <fix>
  +        Remove some instances of expanded folder removal (remm)
  +      </fix>
  +      <fix>
  +        Don't call mkdirs if we're not going to save the configuration in StandardContext (remm)
  +      </fix>
  +      <fix>
  +        Fix context classloader binding during loader initialization (it was set to null before) (remm)
  +      </fix>
  +      <fix>
  +        The webapp logger should only be retrieved when the context classloader is set to the 
  +        webapp's classloader (remm)
  +      </fix>
  +      <fix>
  +        Add back retry logic in JDBC realm in case of a connection failure (remm)
  +      </fix>
  +    </changelog>
  +   </subsection>
  +</section>
  +
   <section name="Tomcat 5.5.8 (yoavs)">
     <subsection name="General">
       <changelog>
  
  
  

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