remm        01/02/11 22:02:22

  Modified:    src/doc  changelog.xml
  Log:
  - Changelog update.
  
  Revision  Changes    Path
  1.28      +27 -0     jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- changelog.xml     2001/02/11 21:10:34     1.27
  +++ changelog.xml     2001/02/12 06:02:22     1.28
  @@ -6,6 +6,33 @@
       
     <title>Changes</title>
     
  +  <section title="Slide 1.0M8">
  +    
  +    <p>
  +
  +      <changelog>
  +        <add>
  +          Add a wrapper for Log4j (RM)
  +        </add>
  +        <scode>
  +          Add a new Security.hasPermission call, which is equivalent to
  +          Security.checkPermission, except that it returns a boolean to 
  +          indicate whether or not the access is granted, instead of throwing
  +          an exception (RM)
  +        </scode>
  +        <add>
  +          It's now possible to associate a logger to a namespace (RM)
  +        </add>
  +        <scode>
  +          Add a Service.getLogger() call which will return the logger
  +          of the associated namespace (RM)
  +        </scode>
  +      </changelog>
  +
  +    </p>
  +
  +  </section>
  +
     <section title="Slide 1.0M7">
       
       <p>
  
  
  

Reply via email to