vgritsenko    2003/08/07 10:52:36

  Modified:    .        status.xml
  Log:
  Document changes in build scripts
  
  Revision  Changes    Path
  1.3       +13 -5     xml-xindice/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/status.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- status.xml        1 Aug 2003 01:46:18 -0000       1.2
  +++ status.xml        7 Aug 2003 17:52:36 -0000       1.3
  @@ -9,11 +9,11 @@
               <actions priority="high">
                     <action context="xml" dev="open">
                           <strong>Compressed DOM: Huge document 
support</strong> We need to
  -                              create a virtualized byte array class to drive 
the compressed DOM
  -                              system.  Right now, there's a single byte 
array that represents the
  -                              entire compressed document, but if that byte 
array is huge, and the
  -                              document doesn't need to be fully traversed, 
then most of it is
  -                              hanging around in memory for no reason.
  +                        create a virtualized byte array class to drive the 
compressed DOM
  +                        system.  Right now, there's a single byte array that 
represents the
  +                        entire compressed document, but if that byte array 
is huge, and the
  +                        document doesn't need to be fully traversed, then 
most of it is
  +                        hanging around in memory for no reason.
                     </action>
                     <action context="xml" dev="open">
                           <strong>Basic Document-level transactions</strong> 
We need to provide
  @@ -55,8 +55,16 @@
                     </action>
               </actions>
         </todo>
  +
         <changes>
               <!-- Add new releases here -->
  +            <release version="1.1-dev" date="August 6 2003">
  +                  <action dev="vg" type="update">
  +                        Update ant to version 1.5.3 and move it into 
tools/ant/.
  +                        Build script modified to call ant script instead of 
ant class.
  +                        Compilation from the Cygwin environment now working.
  +                  </action>
  +            </release>
               <release version="1.1b" date="11/1/2002">
                     <action dev="vbo" type="add" context="admin">
                           Xindice has a new website.
  
  
  

Reply via email to