rdonkin     2004/07/31 00:01:41

  Modified:    digester/xdocs Tag: RELEASE_DIGESTER_1_6_0_BRANCH index.xml
  Log:
  Added release description
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.7.6.1   +42 -0     jakarta-commons/digester/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/xdocs/index.xml,v
  retrieving revision 1.7
  retrieving revision 1.7.6.1
  diff -u -r1.7 -r1.7.6.1
  --- index.xml 1 Mar 2004 23:28:12 -0000       1.7
  +++ index.xml 31 Jul 2004 07:01:41 -0000      1.7.6.1
  @@ -60,6 +60,47 @@
   
   
   <section name="Releases">
  +    <subsection name='Digester 1.6 Release'>
  +        <p>
  +Digester 1.6 is an important release adding extra functionality 
  +as well as fixes for bugs. It represents an important milestone in the evolution
  +of the Digester 1 design codebase.
  +        </p>
  +        <p>
  +Digester has a dependency on 
  +<a href='http://jakarta.apache.org/commons/collections'>Commons Collections</a>.
  +Fortunately, this is only upon a single mature class (ArrayStack) and the versions
  +of this class to be found in different versions of the libraries are binary 
compatible. 
  +Therefore a release from the 2.x series or from the 3.x series of commons 
collections
  +will do equally well even though these libraries are incompatible. The dependency 
can
  +alternatively be satisfied by including the latest BeanUtils release (1.7). 
  +The dependencies neccessary for Digester 1.6 can be summarized as follows:
  +        </p>
  +<table>
  +<tr>
  +<th colspan='3'>Compatible Dependency Sets</th>
  +</tr>
  +<tr>
  +<td>Digester</td>
  +<td>+BeanUtils 1.x</td>
  +<td>+Collections 2.x</td>
  +</tr>
  +<tr>
  +<td>Digester</td>
  +<td>+BeanUtils 1.x</td>
  +<td>+Collections 3.x</td>
  +</tr>
  +<tr>
  +<td>Digester</td>
  +<td>+BeanUtils 1.7</td>
  +<td>-</td>
  +</tr>
  +</table>
  +        <p>
  +Digester 1.6.0 release is currently in preparation.
  +        </p>
  +    </subsection>
  +    <subsection name='Older Releases'>
    <ul>
     <li>Version 1.5 (from mirror) - 27 Apr 2003
      <a href="http://jakarta.apache.org/site/binindex.cgi";>binary</a>
  @@ -76,6 +117,7 @@
     <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1.1/";>Version
 1.1.1</a></li>
     <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.0/";>Version
 1.0</a></li>
    </ul>
  +    </subsection>
   </section>
   
   <section name="Resources">
  
  
  

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

Reply via email to