bloritsch    01/11/07 12:13:04

  Modified:    .        build.xml
               src/documentation/xdocs/framework changes.xml
  Log:
  Prepare for distribution
  
  Revision  Changes    Path
  1.101     +3 -3      jakarta-avalon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/build.xml,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- build.xml 2001/10/31 16:58:32     1.100
  +++ build.xml 2001/11/07 20:13:04     1.101
  @@ -31,11 +31,11 @@
     <property name="name" value="avalon"/>
     <property name="Name" value="Avalon"/>
     <property name="framework.name" value="avalon-framework"/>
  -  <property name="version" value="4.0.1"/>
  +  <property name="version" value="4.1"/>
     <property name="year" value="1999-2001"/>
     <property name="status" value="final"/>
  -  <property name="release" value="2nd"/>
  -  <property name="short.version" value="4.0"/>
  +  <property name="release" value="1st"/>
  +  <property name="short.version" value="4.1"/>
   
     <property name="debug" value="on"/>
     <property name="optimize" value="off"/>
  
  
  
  1.12      +10 -3     
jakarta-avalon/src/documentation/xdocs/framework/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon/src/documentation/xdocs/framework/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml       2001/09/18 14:17:00     1.11
  +++ changes.xml       2001/11/07 20:13:04     1.12
  @@ -10,10 +10,17 @@
       <person name="Jeff Turner" email="[EMAIL PROTECTED]" id="JT"/>
       <person name="Paul Hammant" email="[EMAIL PROTECTED]" id="PH"/>
     </devs>
  -  <release version="4.0.1" date="unreleased: current CVS">
  +  <release version="4.1" date="November 7, 2001">
  +    <action dev="BL" type="remove">
  +      Deprecate the Loggable and AbstractLoggable classes, and replace
  +      them with LogEnabled and AbstractLogEnabled.
  +    </action>
       <action dev="BL" type="add">
  -      Add Persistable interface to allow for full round trip configuration
  -      persistence.
  +      Add an abstraction layer to the Logging implementation.  Thanks
  +      to Peter Donald for supplying the interface.
  +    </action>
  +    <action dev="BL" type="add">
  +      Add Namespace support to Configuration files.
       </action>
       <action dev="BL" type="add">
         Add AvalonFormatter that was in LogKit's heirarchy.  This way, we
  
  
  

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

Reply via email to