You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by ja...@apache.org on 2001/03/27 07:48:52 UTC

cvs commit: xml-site/sources/xerces-p releases.xml

jasons      01/03/26 21:48:52

  Added:       sources/xerces-p releases.xml
  Log:
  	* releases.xml (Repository):
  	new
  
  Revision  Changes    Path
  1.1                  xml-site/sources/xerces-p/releases.xml
  
  Index: releases.xml
  ===================================================================
  <?xml version="1.0" standalone="no"?>
  <!DOCTYPE changes SYSTEM "sbk:/style/dtd/changes.dtd">
  
  <changes title="Xerces Perl Releases">
    <release version="XML-Xerces-1.3.3" date="Mar 22, 2001">
      <features>
        <feat> XML::Xerces now has three non-exported functions that can be
  	used by error handlers => <code>error()</code>,
  	<code>fatal_error()</code>, and <code>warning()</code>. </feat>
        <feat> DOMCount.pl and DOMPrint.pl now support a -n option to
  	specify namespace support</feat>
      </features>
      <fixes>
        <fix> Fixed numerous small problems in TestUtils.pm, including
  	an creating the default error handler as a global variable
  	instead of lexical variable, all test now succeed</fix>
      </fixes>
    </release>
    <release version="XML-Xerces-1.3.2" date="Mar 15, 2001">
      <features>
  	<feat> namespace is finally XML::Xerces</feat>
  	<feat> special Perl API for DOM_NodeList and DOM_NamedNodeMap</feat>
  	<feat> Developer package is now much cleaner: both SWIG 1.1 and 1.3
  	  work from same source files</feat>
      </features>
    </release>
    <release version="Xerces-1.3.1" date="Mar  8, 2001">
      <features>
  	<feat> Tom Watson's sample files ported to 1.3 API (DOMCount.pl,
  	  DOMCreate.pl, and DOMPrint.pl) </feat>
  	<feat> Tom Watson's Xerces::DOMParse module ported to 1.3 API</feat>
      </features>
    </release>
    <release version="Xerces-1.3.0" date="Mar  7, 2001">
      <features>
  	<feat> initial release of Harmon Nine's 1.3 port</feat>
  	<feat> Linux now the only support platform</feat>
      </features>
    </release>
    <release version="Xerces-1.0.1" date="Nov 8, 1999">
      <features>
  	<feat> initial release of Tom Watson's port</feat>
      </features>
    </release>
  </changes>
  
  
  

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