remm        2004/09/06 14:56:56

  Modified:    webapps/docs changelog.xml
  Log:
  - Changelog update.
  
  Revision  Changes    Path
  1.101     +29 -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.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- changelog.xml     3 Sep 2004 18:03:56 -0000       1.100
  +++ changelog.xml     6 Sep 2004 21:56:55 -0000       1.101
  @@ -35,6 +35,9 @@
         <fix>
           Windows installer polish. (mladen, remm)
         </fix>
  +      <update>
  +        Remove dependency on Jakarta regexp. (remm)
  +      </update>
       </changelog>
     </subsection>
   
  @@ -62,10 +65,25 @@
         <fix>
           <bug>31052</bug>: BeanFactory swallows root cause of exception. (yoavs)
         </fix>
  +      <fix>
  +        Allow using deploy Ant task with just config attribute, submitted by 
Michael Schuerig. (remm)
  +      </fix>
  +      <add>
  +        Added longest time an expired session had been alive to set of monitorable 
session manager attributes. (luehe)
  +      </add>
  +      <fix>
  +        Clear a reference in the digester where a context would be referenced for 
more time than it
  +        needed, until the next context deployment operation. (remm)
  +      </fix>
       </changelog>
     </subsection>
   
     <subsection name="Coyote">
  +    <changelog>
  +      <fix>
  +        <bug>31018</bug>: Race condition in SystemLogHandler. (yoavs)
  +      </fix>
  +    </changelog>
     </subsection>
   
     <subsection name="Jasper">
  @@ -73,10 +91,21 @@
         <fix>
           Use the "compiler" parameter to allow specifying that Ant should be used. 
(remm)
         </fix>
  +      <fix>
  +        Ignore JDT compiler warnings. (remm)
  +      </fix>
  +      <add>
  +        Added compilerTargetVM option support, "1.4" default. (yoavs)
  +      </add>
       </changelog>
     </subsection>
   
     <subsection name="Cluster">
  +    <changelog>
  +      <fix>
  +        Fix adding the clustering valve, so that session replication actually 
occurs. (fhanik)
  +      </fix>
  +    </changelog>
     </subsection>
   
     <subsection name="Webapps">
  
  
  

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

Reply via email to