You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2004/04/12 20:18:51 UTC

cvs commit: xml-xerces/c/src/xercesc/util PlatformUtils.hpp

cargilld    2004/04/12 11:18:51

  Modified:    c/doc    releases_plan.xml samples.xml
               c/src/xercesc/util PlatformUtils.hpp
  Log:
  Update release plan for 2.6; misc doc updates.
  
  Revision  Changes    Path
  1.18      +74 -36    xml-xerces/c/doc/releases_plan.xml
  
  Index: releases_plan.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/releases_plan.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- releases_plan.xml	16 May 2003 18:09:20 -0000	1.17
  +++ releases_plan.xml	12 Apr 2004 18:18:51 -0000	1.18
  @@ -5,72 +5,110 @@
   
   <s2 title="&XercesCName; Future Releases Plan">
   <p>This document highlights the release plan for &XercesCName;.</p>
  -<s3 title="Current Status"><p>&XercesCName; 2.3.0 - released on May 23, 2003.</p></s3>
  -<s3 title="Next Target Release"><p>&XercesCName; 2.4.0 - plan to be released by the Fall of 2003.</p></s3>
  +<s3 title="Current Status"><p>&XercesCName; 2.5.0 - released on February 16, 2004.</p></s3>
  +<s3 title="Next Target Release"><p>&XercesCName; 2.6.0 - plan to be released in the 4th quarter of 2004.</p></s3>
   <s3 title="&XercesCName; Features list">
  -<p> The following table lists the TODO items for &XercesCName;.  It does not include fixing
  +<p> The following table lists the TODO items for &XercesCName; 2.6.0.  It does not include fixing
   bugs that are opened in Bugzilla; unless such Bugzilla bug involves a major development
   effort and requires an architectural redesign, or is an enhancement suggestion.</p>
  -<p> Only those features that have volunteer identified will have a 'Target Date'.
  -Those features that have 'Complete' status will be included in the 'Next Target Release'.
  -</p>
  +
   <table>
       <tr>
           <th>Features</th>
           <th>Development Volunteer</th>
  -        <th>Target Date</th>
  -        <th>Status</th>
       </tr>
   
       <tr>
  -        <td>More DOM Level 3 Core Support</td>
  -        <td></td>
  -        <td></td>
  -        <td></td>
  +        <td>Reduce footprint of DLL by building the deprecated DOM as a separate library</td>
  +        <td>Toronto Committers (Neil/Khaled/Pei Yong/David)</td>
       </tr>
   
       <tr>
  -        <td>Schema 1.1</td>
  -        <td></td>
  -        <td></td>
  -        <td></td>
  +        <td>Improve packaging scripts</td>
  +        <td>Toronto Committers</td>
       </tr>
   
       <tr>
  -        <td>PSVI</td>
  -        <td></td>
  -        <td></td>
  -        <td></td>
  +        <td>Enable ID's to work on all kinds of schema components</td>
  +        <td>Toronto Committers</td>
       </tr>
   
       <tr>
  -        <td>SAX-like API</td>
  -        <td></td>
  -        <td></td>
  -        <td></td>
  +        <td>Add messages to DOMExceptions along with the error code</td>
  +        <td>Toronto Committers</td>
  +    </tr>
  +    
  +    <tr>
  +        <td>Improve annotation error-reporting capabilities</td>
  +        <td>Toronto Committers</td>
       </tr>
       
       <tr>
  -        <td>Grammar Pool</td>
  -        <td></td>
  -        <td></td>
  -        <td></td>
  +        <td>Make grammar caching work with DTD internal subsets</td>
  +        <td>Toronto Committers</td>
       </tr>
       
       <tr>
  -        <td>Persistent Grammar</td>
  -        <td></td>
  -        <td></td>
  -        <td></td>
  +        <td>Bring parser up to the XML 1.0 3rd Edition</td>
  +        <td>Toronto Committers</td>
  +    </tr>
  +
  +    <tr>
  +        <td>Update to the XML 1.1 recommendation</td>
  +        <td>Toronto Committers</td>
       </tr>
       
       <tr>
  -        <td>Memory Pool</td>
  -        <td></td>
  -        <td></td>
  -        <td></td>
  +        <td>Add new method to DOMDocument so that DOM level-2 style DOMDocumentTypes (which have a 
  +        DOMDocument to own them) can be created</td>
  +        <td>Toronto Committers</td>
  +    </tr>
  +
  +    <tr>
  +        <td>Feature for disabling identity constraints</td>
  +        <td>Toronto Committers</td>
       </tr>
                   
  +    <tr>
  +        <td>Update schema errata</td>
  +        <td>Toronto Committers</td>
  +    </tr>
  +                               
  +    <tr>
  +        <td>Platform support: HP on Itanium, xlC on Linux</td>
  +        <td>Toronto Committers</td> 
  +    </tr>
  +
  +    <tr>
  +        <td>Provide means to get actual values out of PSVI/schema component model</td>
  +        <td>Toronto Committers</td>
  +    </tr>
  +    
  +    <tr>
  +        <td>Synthesize annotation components for non-schema attributes</td>
  +        <td>Toronto Committers</td>
  +    </tr>    
  +
  +    <tr>
  +        <td>Expose partial PSVIElement information at the start element call</td>
  +        <td>Toronto Committers</td>
  +    </tr>
  +    
  +    <tr>
  +        <td>Externalize validation, actual/canonical value production for arbitrary strings</td>
  +        <td>Toronto Committers</td>
  +    </tr>
  +    
  +    <tr>
  +        <td>Laxly validate schema annotations</td>
  +        <td>Toronto Committers</td>       
  +    </tr>        
  +    
  +    <tr>
  +        <td>XML Catalog Support (optional)</td>
  +        <td>Toronto Committers</td>       
  +    </tr>            
  +                                                                                                                                 
   </table>
   </s3>
   </s2>
  
  
  
  1.23      +1 -1      xml-xerces/c/doc/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/samples.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- samples.xml	12 Feb 2004 19:13:47 -0000	1.22
  +++ samples.xml	12 Apr 2004 18:18:51 -0000	1.23
  @@ -28,7 +28,7 @@
               <li>Copy the entire contents of the
               <code>samples</code> directory into a directory named
               samples that you have write-access to;</li>
  -            <li>Set the <code>XERCESCOUT</code>environment
  +            <li>Set the <code>XERCESCOUT</code> environment
               variable to point to the directory that is the parent
               of the newly-created <code>samples</code>
               directory;</li>
  
  
  
  1.25      +2 -2      xml-xerces/c/src/xercesc/util/PlatformUtils.hpp
  
  Index: PlatformUtils.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/PlatformUtils.hpp,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- PlatformUtils.hpp	29 Jan 2004 11:48:46 -0000	1.24
  +++ PlatformUtils.hpp	12 Apr 2004 18:18:51 -0000	1.25
  @@ -198,7 +198,7 @@
         *
         * memoryManager: plugged-in memory manager which is owned by user
         *                applications. Applications must make sure that the
  -      *                plugged-in memory manager persisit through the call to
  +      *                plugged-in memory manager persist through the call to
         *                XMLPlatformUtils::terminate()
         */
       static void Initialize(const char*          const locale = XMLUni::fgXercescDefaultLocale
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org