You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2002/11/18 15:24:33 UTC

cvs commit: jakarta-avalon-phoenix status.xml

nicolaken    2002/11/18 06:24:33

  Modified:    .        status.xml
  Log:
  Update status to latest changes.xml.
  
  Revision  Changes    Path
  1.2       +102 -5    jakarta-avalon-phoenix/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/status.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- status.xml	18 Nov 2002 14:16:41 -0000	1.1
  +++ status.xml	18 Nov 2002 14:24:33 -0000	1.2
  @@ -8,6 +8,10 @@
       <person name="Paul Hammant" email="Paul_Hammant@yahoo.com" id="PH"/>
       <person name="Mircea Toma" email="mirceatoma@home.com" id="MT"/>
       <person name="Stephen McConnell" email="mcconnell@osm.net" id="SM"/>
  +    <person name="Peter Royal" email="proyal@apache.org" id="PR"/>
  +    <person name="Huw Roberts" email="huw@apache.org" id="HR"/>    
  +    <person name="Eung-ju Park" email="colus@apache.org" id="EP"/>
  +    <person name="David W." email="daveweit@optonline.net" id="DW"/>    
       <person name="Nicola Ken Barozzi" email="nicolaken@apache.org" id="NKB"/>
     </developers>
   
  @@ -28,20 +32,113 @@
       </actions>
       -->
     </todo>
  -
  +   
     <changes>
     
  -    <!-- Add new releases here -->
  -<release version="4.0a4" date="Unreleased">
  -
       <!-- Sample action:
        <action dev="JB" type="fix" due-to="Joe Contributor"
                due-to-email="joec@apache.org">Fixed a bug in the Foo class.</action>
       -->
   
  +<release version="4.0.3" date="unreleased">
       <action dev="NKB" type="update">
          Move to Forrest http://xml.apache.org/forrest/ for document generation.
  -   </action>          
  +   </action>       
  +</release>
  +<release version="4.0.2" date="October 28, 2002">
  +    <action dev="PH" type="change">
  +        MX4J JMX upgraded to 1.1.1
  +    </action>    
  +</release>
  +<release version="4.0.1" date="October 20, 2002">
  +    <action dev="PD" type="change">
  +        Fix for Logging. Some backwards compatability was formerly lost.
  +    </action>
  +    <action dev="PH" type="change">
  +        MX4J JMX upgraded to 1.1.1 beta1.  
  +    </action>    
  +    <action dev="PH" type="change">
  +        Some work on the wrapper for Unix.
  +    </action>    
  +</release>
  +  
  +<release version="4.0" date="September 16, 2002">
  +    <action dev="PD" type="add">
  +        Small bug fixes.  Some work on documentation.
  +    </action>
  +    <action dev="HR" type="add">
  +        MX4J JMX Documentation.
  +    </action>    
  +</release>
  +<release version="4.0b2" date="August 26, 2002">
  +    <action dev="DW" type="change">
  +        Started creating a Administrators guide.
  +    </action>
  +    <action dev="PD" type="change">
  +        Deprecated Manifest generation xdoclet task. It has never been
  +        used, supported or required by Phoenix and is considered a
  +        deprecated practice.
  +    </action>
  +    <action dev="PD" type="change">
  +        Moved the default location of DTDs to be based in directory
  +        http://jakarta.apache.org/avalon/dtds/phoenix/* rather than
  +        http://jakarta.apache.org/phoenix/*. Old style DTD URIs are
  +        still supported.
  +    </action>
  +    <action dev="EP" type="add">
  +        Added support for Blocks that are not proxied.
  +    </action>
  +    <action dev="PR" type="add">
  +        Added support for validation of a Blocks configuration
  +        against a schema (such as XMLSchema, Relax NG etc).
  +    </action>
  +    <action dev="PD" type="add">
  +        Added the ability for Blocks to request shutdown of their
  +        enclosing application via BlockContext.requestShutdown().
  +        This will in turn shutdown the JVM *if* there are no more
  +        applications and the kernel has not been put in persistent
  +        mode.
  +    </action>
  +    <action dev="PD" type="fix">
  +        Made sure that the i18n resources are reloaded whenever an
  +        application is redeployed. This fixed a bug where multiple
  +        re-runs of the same application would not update the i18n Resource
  +        bundles.
  +    </action>
  +    <action dev="PD" type="add">
  +        Added the ability for Blocks to request resources from the
  +        .sar file via BlockContext.getResourceAsStream(String).
  +    </action>
  +    <action dev="PD" type="remove">
  +        Removed support for the JMX RI as it did not support
  +        RequiredMBean objects. We now require the MX4J
  +        implementation.
  +    </action>
  +    <action dev="HR" type="add">
  +        Addded documentation for new Management Info files.
  +    </action>
  +    <action dev="HR" type="add">
  +        Addded xdoclet support for new Management Info files.
  +    </action>
  +    <action dev="HR" type="add">
  +        Lots of work on JMX capability for Phoenix.
  +    </action>
  +    <action dev="PH" type="add">
  +        BeanShell debug tools for Kernel.
  +    </action>    
  +</release>
  +<release version="4.0b" date="August 11, 2002">
  +    <action dev="PD" type="add">
  +        Added a monitor component that monitors the deployment directory.
  +        The monitor will deploys any .sars that are added to directory, undeploy
  +        .sars that are removed from directory and redeploy .sars that are
  +        modified.
  +    </action>
  +</release>
  +<release version="4.0a4" date="Unreleased">
  +    <action dev="PR" type="add">
  +        Added start of configuration validation framework
  +    </action>
       <action dev="PD" type="add">
           Update documentation and move to Anakia for document generation.
      </action>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>